Browse Source

Fix for null Font in Style

Mark Sibly 8 years ago
parent
commit
a639be584f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/mojo/app/style.monkey2

+ 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 )