]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
adding font fallbacks for non existing glyphs
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index 7f7bc298af597ead48b23d8ec0733a8cd97fd44c..618ef034b7b11fb8fb9872289d4b35cc6f8e62c8 100644 (file)
@@ -925,6 +925,9 @@ bool wxTopLevelWindowMac::Create(wxWindow *parent,
     MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
 
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
+    
+    if (GetExtraStyle() & wxFRAME_EX_METAL)
+        MacSetMetalAppearance(true);
 
     wxTopLevelWindows.Append(this);