]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed bad merge...
authorRobin Dunn <robin@alldunn.com>
Tue, 30 Sep 2003 19:07:59 +0000 (19:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 30 Sep 2003 19:07:59 +0000 (19:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index 322b64f4ccf8b7ffd2cb547fe67867405749d751..ceb50296a67a96d97b99a727be1a8e92ae5ff6b9 100644 (file)
@@ -751,6 +751,10 @@ public:
         // things to look right...
         lv->SetFocus();
 
+        Hide();
+    }
+
+        
     // On OSX and (possibly others) there can still be pending
     // messages/events for the list control when Scintilla wants to
     // close it, so do a pending delete of it instead of destroying
index 322b64f4ccf8b7ffd2cb547fe67867405749d751..ceb50296a67a96d97b99a727be1a8e92ae5ff6b9 100644 (file)
@@ -751,6 +751,10 @@ public:
         // things to look right...
         lv->SetFocus();
 
+        Hide();
+    }
+
+        
     // On OSX and (possibly others) there can still be pending
     // messages/events for the list control when Scintilla wants to
     // close it, so do a pending delete of it instead of destroying