diff options
author | Johannes Schickel | 2006-04-16 20:33:52 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-04-16 20:33:52 +0000 |
commit | b99632831f417d751d41deddc3a7b00b3dcc56b3 (patch) | |
tree | 4a4b634a77f8b62f96264f6eba5447ee8b55f1c0 /gui/dialog.h | |
parent | e9cbf5fcbd1af19d1936593d1de736c0e0e91f89 (diff) | |
download | scummvm-rg350-b99632831f417d751d41deddc3a7b00b3dcc56b3.tar.gz scummvm-rg350-b99632831f417d751d41deddc3a7b00b3dcc56b3.tar.bz2 scummvm-rg350-b99632831f417d751d41deddc3a7b00b3dcc56b3.zip |
This should fix wrong colors of the scummvm logo in the new theme after screen change.
svn-id: r21953
Diffstat (limited to 'gui/dialog.h')
-rw-r--r-- | gui/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.h b/gui/dialog.h index 9448de2f7e..dde9ec0976 100644 --- a/gui/dialog.h +++ b/gui/dialog.h @@ -76,7 +76,7 @@ protected: virtual void handleKeyUp(uint16 ascii, int keycode, int modifiers); virtual void handleMouseMoved(int x, int y, int button); virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); - void handleScreenChanged(); + virtual void handleScreenChanged(); Widget *findWidget(int x, int y); // Find the widget at pos x,y if any |