This commit is contained in:
Vojtech Bubnik 2021-11-11 10:11:03 +01:00
parent 549c98ac88
commit 117302ba22
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;
}