mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Delete background color changing (except of MSW)
This commit is contained in:
parent
d0d83526b4
commit
254e311593
4 changed files with 10 additions and 10 deletions
|
@ -20,6 +20,12 @@
|
|||
#include "GUI.hpp"
|
||||
#include "Utils.hpp"
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#define wxMSW true
|
||||
#else
|
||||
#define wxMSW false
|
||||
#endif
|
||||
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
||||
class Field;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue