Add 2x scale icons
See https://gitlab.com/kicad/code/kicad/-/issues/14119
This commit is contained in:
parent
eb5b3db063
commit
e2cc678231
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue