mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -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
|
@ -19,12 +19,6 @@
|
|||
#define wxOSX false
|
||||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#define wxMSW true
|
||||
#else
|
||||
#define wxMSW false
|
||||
#endif
|
||||
|
||||
#define BORDER(a, b) ((wxOSX ? a : b))
|
||||
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue