]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/fontdlgosx.mm
Allow custom wxDataViewCtrl renderers to easily use attributes.
[wxWidgets.git] / src / osx / carbon / fontdlgosx.mm
index 7890a015d674525d4ae5c9cc5db19aa5decaf232..c9f6b041bb927c9ca8266179f200c91d65a9acf0 100644 (file)
@@ -194,12 +194,12 @@ int RunMixedFontDialog(wxFontDialog* dialog)
 
     NSModalSession session = [NSApp beginModalSessionForWindow:fontPanel];
 
-    for (;;) 
+    for (;;)
     {
         if ([NSApp runModalSession:session] != NSRunContinuesResponse)
             break;
     }
-    
+
     [NSApp endModalSession:session];
 
     // if we don't reenable it, FPShowHideFontPanel does not work