mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix of Settings scaling when they are placed in non-modal Dialog
This commit is contained in:
@@ -102,7 +102,7 @@ Tab::Tab(wxNotebook* parent, const wxString& title, Preset::Type type) :
|
||||
|
||||
wxGetApp().tabs_list.push_back(this);
|
||||
|
||||
m_em_unit = wxGetApp().em_unit();
|
||||
m_em_unit = em_unit(m_parent); //wxGetApp().em_unit();
|
||||
|
||||
m_config_manipulation = get_config_manipulation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user