]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/window.cpp
reverted the change of r56246 and keep the old behaviour of MB2WC/WC2MB; document...
[wxWidgets.git] / src / osx / carbon / window.cpp
index 084f7b7d6d25cd6660feb2d953feb0a931605035..39ed9fe0bfbbe095167029e5f7390ddf5280cd8d 100644 (file)
@@ -288,7 +288,7 @@ static pascal OSStatus wxMacWindowControlEventHandler( EventHandlerCallRef handl
 #endif
 
                     wxLogTrace(_T("Focus"), _T("focus lost(%p)"), wx_static_cast(void*, thisWindow));
-
+                    
                     // remove this as soon as posting the synthesized event works properly
                     static bool inKillFocusEvent = false ;