Launcher: use unscaled bitmaps

This is not really a toolbar so we should not scale here
This commit is contained in:
Jon Evans
2021-04-19 17:18:17 -04:00
parent ff3cf790c9
commit eac2700af6
3 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -101,9 +101,9 @@ BITMAP_STORE* GetBitmapStore()
}
wxBitmap KiBitmap( BITMAPS aBitmap )
wxBitmap KiBitmap( BITMAPS aBitmap, int aHeightTag )
{
return GetBitmapStore()->GetBitmap( aBitmap );
return GetBitmapStore()->GetBitmap( aBitmap, aHeightTag );
}