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

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