Use bitmap bundle for auto track width button.
This commit is contained in:
parent
067e9c308d
commit
1ae9749429
|
@ -552,7 +552,7 @@ void PCB_EDIT_FRAME::ReCreateAuxiliaryToolbar()
|
||||||
"Width' feature is enabled." ) );
|
"Width' feature is enabled." ) );
|
||||||
|
|
||||||
m_auxiliaryToolBar->AddTool( ID_AUX_TOOLBAR_PCB_SELECT_AUTO_WIDTH, wxEmptyString,
|
m_auxiliaryToolBar->AddTool( ID_AUX_TOOLBAR_PCB_SELECT_AUTO_WIDTH, wxEmptyString,
|
||||||
KiScaledBitmap( BITMAPS::auto_track_width, this ),
|
KiBitmapBundle( BITMAPS::auto_track_width ),
|
||||||
_( "When routing from an existing track use its width instead "
|
_( "When routing from an existing track use its width instead "
|
||||||
"of the current width setting" ),
|
"of the current width setting" ),
|
||||||
wxITEM_CHECK );
|
wxITEM_CHECK );
|
||||||
|
|
Loading…
Reference in New Issue