mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
Fixed a bug where Linux would not run
This commit is contained in:
@@ -186,7 +186,9 @@ PrinterWebView::PrinterWebView(wxWindow *parent)
|
|||||||
titlesizer->AddStretchSpacer();
|
titlesizer->AddStretchSpacer();
|
||||||
wxBoxSizer *buttonsizer = new wxBoxSizer(wxHORIZONTAL);
|
wxBoxSizer *buttonsizer = new wxBoxSizer(wxHORIZONTAL);
|
||||||
|
|
||||||
m_isSimpleMode = wxGetApp().app_config->get_bool("machine_list_minification");
|
#if defined(__WIN32__) || defined(__WXMAC__)
|
||||||
|
m_isSimpleMode = wxGetApp().app_config->get_bool("machine_list_minification");
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
buttonPanel->SetSizer(buttonSizer);
|
buttonPanel->SetSizer(buttonSizer);
|
||||||
|
|||||||
Reference in New Issue
Block a user