|
|
@@ -252,7 +252,8 @@ Class Theme
|
|
|
_fonts.Clear()
|
|
|
_colors.Clear()
|
|
|
_styles.Clear()
|
|
|
- _defaultStyle=Null
|
|
|
+ _defaultStyle=New Style
|
|
|
+ _defaultStyle.Font=App.DefaultFont
|
|
|
End
|
|
|
|
|
|
Method Reload()
|
|
|
@@ -263,7 +264,6 @@ Class Theme
|
|
|
|
|
|
_res=New ResourceManager
|
|
|
|
|
|
- _defaultStyle=New Style
|
|
|
_defaultStyle=LoadStyle( _jdefault )
|
|
|
|
|
|
For Local it:=Eachin _jcolors
|