]> git.saurik.com Git - wxWidgets.git/commitdiff
avoid double framing on carbon as well
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Mar 2009 20:11:52 +0000 (20:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Mar 2009 20:11:52 +0000 (20:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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();
 }