mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
FIX: wxWidgets asserts
Change-Id: I583edbde501c2bfe8adfa8fdb525479a379a4cb8
This commit is contained in:
parent
a7bd14003b
commit
66c89c62e2
17 changed files with 46 additions and 39 deletions
|
@ -25,7 +25,7 @@ HMSPanel::HMSPanel(wxWindow *parent, wxWindowID id, const wxPoint &pos, const wx
|
|||
|
||||
m_scrolledWindow->SetSizerAndFit(m_top_sizer);
|
||||
|
||||
m_main_sizer->Add(m_scrolledWindow, 1, wxALIGN_CENTER_HORIZONTAL | wxEXPAND, 0);
|
||||
m_main_sizer->Add(m_scrolledWindow, 1, wxEXPAND, 0);
|
||||
|
||||
this->SetSizerAndFit(m_main_sizer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue