Fix visibility of embedded controls in non-native toolbar

This commit is contained in:
Stefan Csomor 2020-06-28 17:46:16 +02:00
parent 47adeb14b9
commit d3d508b7e6

View File

@ -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];