mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
First try to convert a user printer profiles to the physical printers
This commit is contained in:
@@ -131,6 +131,12 @@ PresetComboBox::~PresetComboBox()
|
||||
{
|
||||
}
|
||||
|
||||
BitmapCache& PresetComboBox::bitmap_cache()
|
||||
{
|
||||
static BitmapCache bmps;
|
||||
return bmps;
|
||||
}
|
||||
|
||||
void PresetComboBox::set_label_marker(int item, LabelItemType label_item_type)
|
||||
{
|
||||
this->SetClientData(item, (void*)label_item_type);
|
||||
|
||||
Reference in New Issue
Block a user