X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4f3565ebd51d2cf437822995e89750ee0bef577..cd318cd31b8fd9876af7ba5f4878b90f446bd0f5:/src/stc/PlatWX.cpp?ds=sidebyside 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