Add 2x scale icons

See https://gitlab.com/kicad/code/kicad/-/issues/14119
This commit is contained in:
Jon Evans 2023-10-21 14:57:29 -04:00
parent eb5b3db063
commit e2cc678231
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ ACTION_TOOLBAR_PALETTE::ACTION_TOOLBAR_PALETTE( wxWindow* aParent, bool aVertica
void ACTION_TOOLBAR_PALETTE::AddAction( const TOOL_ACTION& aAction )
{
// TODO(JE)
wxBitmapBundle normalBmp = KiBitmapBundle( aAction.GetIcon() );
int bmpWidth = normalBmp.GetPreferredBitmapSizeFor( this ).GetWidth();