mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
medical
This commit is contained in:
@@ -150,7 +150,7 @@ PresetComboBox::~PresetComboBox()
|
||||
|
||||
BitmapCache& PresetComboBox::bitmap_cache()
|
||||
{
|
||||
static BitmapCache bmps;
|
||||
static BitmapCache bmps { wxGetApp().is_medical() };
|
||||
return bmps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user