]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dialog.cpp
added SetHoverBitmap() and implemented it under wxMSW; extended the docs
[wxWidgets.git] / src / gtk1 / dialog.cpp
index c2dee417c52bb9b2f15d44e6c8808c716a6c8ad3..31df13df6b5bc7fc9c2643ec7aee08a2b423eb25 100644 (file)
@@ -202,8 +202,6 @@ int wxDialog::ShowModal()
 
     Show( true );
 
-    SetFocus();
-
     m_modalShowing = true;
 
     g_openDialogs++;