Revert "medical"

This reverts commit 117302ba22.
This commit is contained in:
Vojtech Bubnik
2021-11-11 11:22:57 +01:00
parent 515c34be6f
commit a2e764d7ac
12 changed files with 12 additions and 29 deletions

View File

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