Turn off auto scaling for now

svn-id: r18114
This commit is contained in:
Max Horn 2005-05-15 17:59:27 +00:00
parent 1d31cd1223
commit f2646d3e53

View File

@ -49,7 +49,7 @@ enum {
};
#define USE_AUTO_SCALING true
#define USE_AUTO_SCALING false
// Constructor
NewGui::NewGui() : _scaleEnable(USE_AUTO_SCALING), _needRedraw(false),