]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
set the id in wxMouseEvent (bug 484245)
[wxWidgets.git] / src / msw / toplevel.cpp
index 91804dda888d2e5d059b8901e2ebbfd804017b91..14caef0e56274076a4aecf70ac80e3ffc48f26cd 100644 (file)
@@ -88,9 +88,9 @@ wxDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
     switch ( message )
     {
         case WM_INITDIALOG:
     switch ( message )
     {
         case WM_INITDIALOG:
-            // for this message, returning TRUE tells system to set focus to the
-            // first control in the dialog box
-            return TRUE;
+            // for this message, returning TRUE tells system to set focus to
+            // the first control in the dialog box, but as we set the focus
+            // ourselves, we return FALSE from here as well, so fall through
 
         default:
             // for all the other ones, FALSE means that we didn't process the
 
         default:
             // for all the other ones, FALSE means that we didn't process the