Fix visibility of embedded controls in non-native toolbar
This commit is contained in:
parent
47adeb14b9
commit
d3d508b7e6
@ -245,8 +245,6 @@ public:
|
||||
#if wxOSX_USE_NATIVE_TOOLBAR
|
||||
void SetToolbarItemRef( NSToolbarItem* ref )
|
||||
{
|
||||
if ( m_controlHandle )
|
||||
[m_controlHandle setHidden:YES];
|
||||
if ( m_toolbarItem )
|
||||
[m_toolbarItem release];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user