]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/srchctrl.cpp
hiding the impl type more again
[wxWidgets.git] / src / osx / carbon / srchctrl.cpp
index 84af34d60fa92221a2272055988938d9fa289146..4d93796aaa84b8ec4e3dfed42073699cd576a8b7 100644 (file)
@@ -122,6 +122,7 @@ wxMacSearchFieldControl::wxMacSearchFieldControl( wxTextCtrl *wxPeer,
 
     ::InstallControlEventHandler( m_controlRef, GetwxMacSearchControlEventHandlerUPP(),
         GetEventTypeCount(eventList), eventList, wxPeer, NULL);
+    SetNeedsFrame(false);
     wxMacUnicodeTextControl::InstallEventHandlers();
 }