Launcher: use unscaled bitmaps
This is not really a toolbar so we should not scale here
This commit is contained in:
+2
-2
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user