mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fix of Settings scaling when they are placed in non-modal Dialog
This commit is contained in:
parent
0f0c9a0726
commit
c49221c621
4 changed files with 19 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue