aboutsummaryrefslogtreecommitdiff
path: root/gui/options.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-28 23:03:39 +0000
committerJohannes Schickel2006-01-28 23:03:39 +0000
commit5fda0cc6f1addedb4e3c671a9f124e6c5b253323 (patch)
treeb869dc52a415e20e8eb5aed5704fe539216f5c2c /gui/options.cpp
parentd84cefec75e8dfe6a33042c246a5f980829235a7 (diff)
downloadscummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.gz
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.bz2
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.zip
- Fixes a bug that the debugger crashed while opening
- Changed gradient calculating - added background saving for all dialog/widget backgrounds for now (change that later maybe) - changed ScummDialog to use the colors of our launcher dialog svn-id: r20276
Diffstat (limited to 'gui/options.cpp')
-rw-r--r--gui/options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 628f6757a3..01745d33bd 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -515,6 +515,7 @@ GlobalOptionsDialog::GlobalOptionsDialog()
// The tab widget
TabWidget *tab = new TabWidget(this, 0, vBorder, _w, _h - buttonHeight - 8 - 2 * vBorder, ws);
+ tab->setHints(THEME_HINT_FIRST_DRAW | THEME_HINT_SAVE_BACKGROUND);
//
// 1) The graphics tab