First filling of the PhysicalPrinterDialog

+ Fixed scaling of the icons for the BitmapComboBoxes
 + Fixed calling of the blinking icons on the Tabs
This commit is contained in:
YuSanka
2020-06-18 11:39:25 +02:00
parent a1eeb569db
commit 7bb4252dc5
4 changed files with 34 additions and 24 deletions

View File

@@ -295,6 +295,7 @@ void Field::msw_rescale(bool rescale_sidetext)
{
m_Undo_to_sys_btn->msw_rescale();
m_Undo_btn->msw_rescale();
m_blinking_bmp->msw_rescale();
// update em_unit value
m_em_unit = em_unit(m_parent);