]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/window.cpp
Added back constructor implementations
[wxWidgets.git] / src / mac / window.cpp
index 6a23f1cab358c63007f8e4174d27988ab0507b72..e75ae84a2ffaf045dc76e042e18e7b4ce539b51b 100644 (file)
@@ -218,6 +218,10 @@ bool wxWindowMac::Create(wxWindowMac *parent, wxWindowID id,
         MacCreateScrollBars( style ) ;
     }
 #endif
+
+    wxWindowCreateEvent event(this);
+    GetEventHandler()->ProcessEvent(event);
+
     return TRUE;
 }