FIX:fixed the crash caused by scaling screen on windows
Change-Id: I50aa57eb67e3f671f4e894cfaef3da5bcb88efca
This commit is contained in:
parent
8f498c7665
commit
1ae4a74687
|
@ -303,7 +303,7 @@ wxStaticText *AMSSetting::append_text(wxString text)
|
|||
|
||||
void AMSSetting::on_dpi_changed(const wxRect &suggested_rect)
|
||||
{
|
||||
m_button_auto_demarcate->SetMinSize(AMS_SETTING_BUTTON_SIZE);
|
||||
//m_button_auto_demarcate->SetMinSize(AMS_SETTING_BUTTON_SIZE);
|
||||
}
|
||||
|
||||
}} // namespace Slic3r::GUI
|
Loading…
Reference in New Issue