mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-19 22:04:26 +08:00
more build fix for arch linux
This commit is contained in:
parent
95b546e47d
commit
adf6f72a1b
@ -1,7 +1,8 @@
|
||||
#include "BoundingBox.hpp"
|
||||
#include "ExPolygon.hpp"
|
||||
|
||||
#include "Exception.hpp"#include "MedialAxis.hpp"
|
||||
#include "Exception.hpp"
|
||||
#include "MedialAxis.hpp"
|
||||
#include "Geometry.hpp"
|
||||
#include "Polygon.hpp"
|
||||
#include "Line.hpp"
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/scrolwin.h>
|
||||
#include <wx/display.h>
|
||||
#include <wx/file.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "GUI_App.hpp"
|
||||
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#include <wx/stc/stc.h>
|
||||
|
||||
|
@ -20,8 +20,12 @@
|
||||
#include <imgui/imgui_internal.h>
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <boost/locale/generator.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/nowide/cstdio.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/numformatter.h>
|
||||
|
||||
|
@ -216,7 +216,7 @@ bool Preview::init(wxWindow* parent, Model* model)
|
||||
#ifdef _WIN32
|
||||
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||
#else
|
||||
SetBackgroundColour(Get*Parent()->GetBackgroundColour());
|
||||
SetBackgroundColour(GetParent()->GetBackgroundColour());
|
||||
#endif // _WIN32
|
||||
|
||||
//get display size to see if we have to compress the labels
|
||||
|
Loading…
x
Reference in New Issue
Block a user