Remove the "double border" around the search ctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,6 +165,9 @@ wxWidgetImplType* wxWidgetImpl::CreateSearchControl( wxTextCtrl* wxpeer,
|
|||||||
// per wx default cancel is not shown
|
// per wx default cancel is not shown
|
||||||
[[v cell] setCancelButtonCell:nil];
|
[[v cell] setCancelButtonCell:nil];
|
||||||
|
|
||||||
|
[v setBezeled:NO];
|
||||||
|
[v setBordered:NO];
|
||||||
|
|
||||||
wxNSSearchFieldControl* c = new wxNSSearchFieldControl( wxpeer, v );
|
wxNSSearchFieldControl* c = new wxNSSearchFieldControl( wxpeer, v );
|
||||||
c->SetStringValue( str );
|
c->SetStringValue( str );
|
||||||
return c;
|
return c;
|
||||||
|
Reference in New Issue
Block a user