]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/fontdlgosx.mm
fixing a few typos, wxAny copy constructor implementation, making wxAnyList available...
[wxWidgets.git] / src / osx / carbon / fontdlgosx.mm
index bb8f35642a10e0fa5c7d1281ccf70379a25b8205..a83b7d5e028970d428676dd9631ad7e75ae71e05 100644 (file)
@@ -453,6 +453,7 @@ int wxFontDialog::ShowModal()
     //  the color panel until the color panel closes, switching
     //  back to the font panel modal loop once it does close.
     //
+    wxDialog::OSXBeginModalDialog();
     do
     {
         //
@@ -491,7 +492,8 @@ int wxFontDialog::ShowModal()
         //out of its modal loop because the color panel was
         //opened) return the font panel modal loop
     }while([theFPDelegate isClosed] == NO);
-
+    wxDialog::OSXEndModalDialog();
+    
     //free up the memory for the delegates - we don't need them anymore
     [theFPDelegate release];
     [theCPDelegate release];