This commit is contained in:
Vojtech Bubnik
2021-11-11 10:11:03 +01:00
parent e2ec77946f
commit 3ead6a7d3e
12 changed files with 29 additions and 12 deletions

View File

@@ -150,7 +150,7 @@ PresetComboBox::~PresetComboBox()
BitmapCache& PresetComboBox::bitmap_cache()
{
static BitmapCache bmps;
static BitmapCache bmps { wxGetApp().is_medical() };
return bmps;
}