From 307da13fff916694f870ecb77aaf3ce0cf51d09e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Apr 2002 23:07:11 +0000 Subject: menus update their values when they are reconfigure()d. the screen, toolbar and slit rc values are reloaded in BScreen::reconfigure() before the menus. the toolbar and slit rc values are explicitly loaded in their constructors, as is BScreen's. --- src/Toolbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Toolbar.h') diff --git a/src/Toolbar.h b/src/Toolbar.h index ecf2fd2a..bf67b506 100644 --- a/src/Toolbar.h +++ b/src/Toolbar.h @@ -56,6 +56,7 @@ private: protected: virtual void itemSelected(int, int); virtual void internal_hide(); + virtual void setValues(); public: Toolbarmenu(Toolbar &); -- cgit v1.2.3