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:
@@ -175,6 +175,8 @@ wxToolBarTool::wxToolBarTool(wxToolBar *tbar,
|
|||||||
{
|
{
|
||||||
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() ;
|
||||||
Rect toolrect = { 0, 0 , toolSize.y , toolSize.x } ;
|
Rect toolrect = { 0, 0 , toolSize.y , toolSize.x } ;
|
||||||
|
@@ -175,6 +175,8 @@ wxToolBarTool::wxToolBarTool(wxToolBar *tbar,
|
|||||||
{
|
{
|
||||||
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() ;
|
||||||
Rect toolrect = { 0, 0 , toolSize.y , toolSize.x } ;
|
Rect toolrect = { 0, 0 , toolSize.y , toolSize.x } ;
|
||||||
|
Reference in New Issue
Block a user