Skip to content

Commit 2001153

Browse files
committed
📝 update commands
1 parent 9107b76 commit 2001153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sa/snippets/default/09FD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
terminate_this_script
6666

6767

68-
function GetTextScaleForWidth(gxt: shortString, panelWidth: float, scale: float, factorMin: float, factorMax: float): float
68+
function GetTextScaleForWidth(gxt: string, panelWidth: float, scale: float, factorMin: float, factorMax: float): float
6969
set_text_scale {widthScale} scale {heightScale} 1.0
7070
int iTmp = get_string_width {entry} gxt
7171
float width =# iTmp

sa_mobile/snippets/default/09FD.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565
terminate_this_script
6666

6767

68-
function GetTextScaleForWidth(gxt: shortString, panelWidth: float, scale: float, factorMin: float, factorMax: float): float
68+
function GetTextScaleForWidth(gxt: string, panelWidth: float, scale: float, factorMin: float, factorMax: float): float
6969
set_text_scale {widthScale} scale {heightScale} 1.0
7070
int iTmp = get_string_width {entry} gxt
7171
float width =# iTmp

0 commit comments

Comments
 (0)