Prevent wxMac from creating an epmpty bitmap in a toolbar
if all we want is a separator. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,7 +173,9 @@ wxToolBarTool::wxToolBarTool(wxToolBar *tbar,
|
|||||||
: wxToolBarToolBase(tbar, id, label, bmpNormal, bmpDisabled, kind,
|
: wxToolBarToolBase(tbar, id, label, bmpNormal, bmpDisabled, kind,
|
||||||
clientData, shortHelp, longHelp)
|
clientData, shortHelp, longHelp)
|
||||||
{
|
{
|
||||||
Init() ;
|
Init();
|
||||||
|
|
||||||
|
if (id == wxID_SEPARATOR) return;
|
||||||
|
|
||||||
WindowRef window = (WindowRef) tbar->MacGetRootWindow() ;
|
WindowRef window = (WindowRef) tbar->MacGetRootWindow() ;
|
||||||
wxSize toolSize = tbar->GetToolSize() ;
|
wxSize toolSize = tbar->GetToolSize() ;
|
||||||
|
@@ -173,7 +173,9 @@ wxToolBarTool::wxToolBarTool(wxToolBar *tbar,
|
|||||||
: wxToolBarToolBase(tbar, id, label, bmpNormal, bmpDisabled, kind,
|
: wxToolBarToolBase(tbar, id, label, bmpNormal, bmpDisabled, kind,
|
||||||
clientData, shortHelp, longHelp)
|
clientData, shortHelp, longHelp)
|
||||||
{
|
{
|
||||||
Init() ;
|
Init();
|
||||||
|
|
||||||
|
if (id == wxID_SEPARATOR) return;
|
||||||
|
|
||||||
WindowRef window = (WindowRef) tbar->MacGetRootWindow() ;
|
WindowRef window = (WindowRef) tbar->MacGetRootWindow() ;
|
||||||
wxSize toolSize = tbar->GetToolSize() ;
|
wxSize toolSize = tbar->GetToolSize() ;
|
||||||
|
Reference in New Issue
Block a user