mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 10:11:10 -06:00
medical
This commit is contained in:
parent
549c98ac88
commit
117302ba22
12 changed files with 29 additions and 12 deletions
|
|
@ -150,7 +150,7 @@ PresetComboBox::~PresetComboBox()
|
|||
|
||||
BitmapCache& PresetComboBox::bitmap_cache()
|
||||
{
|
||||
static BitmapCache bmps;
|
||||
static BitmapCache bmps { wxGetApp().is_medical() };
|
||||
return bmps;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue