mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX:fixed the crash caused by scaling screen on windows
Change-Id: I50aa57eb67e3f671f4e894cfaef3da5bcb88efca
This commit is contained in:
@@ -303,7 +303,7 @@ wxStaticText *AMSSetting::append_text(wxString text)
|
|||||||
|
|
||||||
void AMSSetting::on_dpi_changed(const wxRect &suggested_rect)
|
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
|
}} // namespace Slic3r::GUI
|
||||||
Reference in New Issue
Block a user