2
0
Эх сурвалжийг харах

Fix: Save fontsize with dot instead of comma. Fixes startup on "comma-locales".

Ronny Otto 9 жил өмнө
parent
commit
8f7f2c69e9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      maxide.bmx

+ 1 - 1
maxide.bmx

@@ -1083,7 +1083,7 @@ Type TGadgetStyle
 	End Method
 
 	Method ToString$()
-		Return font_name+","+font_size+","+fg.ToString()+","+bg.ToString()+","+font_type
+		Return font_name+","+String(font_size).Replace(",",".")+","+fg.ToString()+","+bg.ToString()+","+font_type
 	End Method
 	
 	Function GetArg$(a$ Var)