From b99632831f417d751d41deddc3a7b00b3dcc56b3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 16 Apr 2006 20:33:52 +0000 Subject: This should fix wrong colors of the scummvm logo in the new theme after screen change. svn-id: r21953 --- gui/dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/dialog.h') 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 -- cgit v1.2.3