Use bitmap bundle for auto track width button.

This commit is contained in:
Alex Shvartzkop 2024-05-26 03:56:47 +03:00
parent 067e9c308d
commit 1ae9749429
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ void PCB_EDIT_FRAME::ReCreateAuxiliaryToolbar()
"Width' feature is enabled." ) );
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 "
"of the current width setting" ),
wxITEM_CHECK );