The GUI has reached the point where I think it's safe to begin removing the
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310
This commit is contained in:
parent
9be6764c47
commit
bf89c8a4b9
9 changed files with 27 additions and 97 deletions
|
@ -280,8 +280,6 @@ public:
|
|||
const String &getResultString() const;
|
||||
void setList(const StringList& list);
|
||||
int runModal();
|
||||
|
||||
bool wantsScaling() const { return false; }
|
||||
};
|
||||
|
||||
SaveLoadChooserEx::SaveLoadChooserEx(const String &title, const String &buttonLabel, bool saveMode, ScummEngine *engine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue