Fix uncommited change (see 8387742c8...)
This commit is contained in:
parent
5ede399d4d
commit
11566bbb83
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ Menu::Menu(FbTk::ThemeProxy<MenuTheme> &tm, ImageControl &imgctrl):
|
|||
m_visible = false;
|
||||
|
||||
|
||||
m_type_ahead.init(menuitems);
|
||||
m_type_ahead.init(m_items);
|
||||
|
||||
m_x_move =
|
||||
m_y_move = 0;
|
||||
|
|
Loading…
Reference in a new issue