From 1a10cacfb900c822ef5a53f455af7874675d37c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 4 Aug 2006 13:55:53 +0000 Subject: Renamed handleScreenChanged() -> reflowLayout() in the GUI code svn-id: r23662 --- gui/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/widget.h') diff --git a/gui/widget.h b/gui/widget.h index 436098bf42..99759a777b 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -128,7 +128,7 @@ public: virtual bool handleKeyUp(uint16 ascii, int keycode, int modifiers) { return false; } // Return true if the event was handled virtual void handleTickle() {} - virtual void handleScreenChanged() { GuiObject::handleScreenChanged(); } + virtual void reflowLayout() { GuiObject::reflowLayout(); } void draw(); void receivedFocus() { _hasFocus = true; receivedFocusWidget(); } -- cgit v1.2.3