diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Menu.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc index 7172fe7..539c72c 100644 --- a/src/FbTk/Menu.cc +++ b/src/FbTk/Menu.cc | |||
@@ -221,13 +221,13 @@ void Menu::hideShownMenu() { | |||
221 | 221 | ||
222 | 222 | ||
223 | Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl): | 223 | Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl): |
224 | m_theme(tm), | ||
225 | m_parent(0), | 224 | m_parent(0), |
226 | m_image_ctrl(imgctrl), | 225 | m_need_update(true), |
227 | m_alignment(ALIGNDONTCARE), | ||
228 | m_active_index(-1), | 226 | m_active_index(-1), |
227 | m_theme(tm), | ||
228 | m_image_ctrl(imgctrl), | ||
229 | m_shape(0), | 229 | m_shape(0), |
230 | m_need_update(true) { | 230 | m_alignment(ALIGNDONTCARE) { |
231 | 231 | ||
232 | Display* disp = FbTk::App::instance()->display(); | 232 | Display* disp = FbTk::App::instance()->display(); |
233 | m_screen.x = 0; | 233 | m_screen.x = 0; |