mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
FIX: wxWidgets asserts
Change-Id: I583edbde501c2bfe8adfa8fdb525479a379a4cb8
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user