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

Fix for null Font in Style

Mark Sibly 8 жил өмнө
parent
commit
a639be584f

+ 1 - 0
modules/mojo/app/style.monkey2

@@ -6,6 +6,7 @@ Namespace mojo.app
 Class Style
 
 	Method New()
+		_font=App.DefaultFont		
 	End
 	
 	Method New( style:Style )