Delete background color changing (except of MSW)

This commit is contained in:
YuSanka 2018-03-06 13:34:39 +01:00
parent d0d83526b4
commit 254e311593
4 changed files with 10 additions and 10 deletions

View file

@ -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 {