From 20bac0772c548fe1e41eed21d55849bad2f34b2f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 1 Jun 2002 17:14:32 +0000 Subject: on reconfigure, save all of the open submenus instead of just one, and then reopen them all as best as possible. --- src/Basemenu.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Basemenu.hh') diff --git a/src/Basemenu.hh b/src/Basemenu.hh index 87592ec5..46a8d528 100644 --- a/src/Basemenu.hh +++ b/src/Basemenu.hh @@ -67,7 +67,6 @@ private: Basemenu& operator=(const Basemenu&); protected: - BasemenuItem *find(int index); inline void setTitleVisibility(bool b) { title_vis = b; } inline void setMovable(bool b) { movable = b; } inline void setHideTree(bool h) { hide_tree = h; } @@ -106,6 +105,7 @@ public: inline int getY(void) const { return menu.y; } inline unsigned int getCount(void) { return menuitems.size(); } inline int getCurrentSubmenu(void) const { return which_sub; } + BasemenuItem *find(int index); inline unsigned int getWidth(void) const { return menu.width; } inline unsigned int getHeight(void) const { return menu.height; } -- cgit v1.2.3