From: Robin Dunn Date: Tue, 30 Sep 2003 19:07:59 +0000 (+0000) Subject: Fixed bad merge... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6612393c0080efbe5b12457434b794dc1a2cc1d8?ds=inline Fixed bad merge... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/stc/PlatWX.cpp b/contrib/src/stc/PlatWX.cpp index 322b64f4cc..ceb50296a6 100644 --- a/contrib/src/stc/PlatWX.cpp +++ b/contrib/src/stc/PlatWX.cpp @@ -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 diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 322b64f4cc..ceb50296a6 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -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