PreferencesDialog: Fix for rescale.
+ Fixed CheckBox::msw_rescale
This commit is contained in:
parent
dbd5e4d999
commit
d20131de49
6 changed files with 18 additions and 11 deletions
src/slic3r/GUI
|
@ -1409,7 +1409,7 @@ void ObjectManipulation::msw_rescale()
|
|||
editor->msw_rescale();
|
||||
|
||||
// rescale "inches" checkbox
|
||||
m_check_inch->SetMinSize(wxSize(-1, int(1.5f * m_check_inch->GetFont().GetPixelSize().y + 0.5f)));
|
||||
m_check_inch->SetInitialSize(m_check_inch->GetBestSize());
|
||||
|
||||
get_og()->msw_rescale();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue