First try to convert a user printer profiles to the physical printers

This commit is contained in:
YuSanka
2020-07-20 16:27:39 +02:00
parent 23b2e72526
commit ffca314c3e
5 changed files with 42 additions and 8 deletions

View File

@@ -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);