diff options
Diffstat (limited to 'src/FbTk/Menu.cc')
-rw-r--r-- | src/FbTk/Menu.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc index 0616906..4775ae9 100644 --- a/src/FbTk/Menu.cc +++ b/src/FbTk/Menu.cc | |||
@@ -444,6 +444,9 @@ void Menu::updateMenu(int active_index) { | |||
444 | 444 | ||
445 | // must update main window size whether visible or not | 445 | // must update main window size whether visible or not |
446 | // the rest can wait until the end | 446 | // the rest can wait until the end |
447 | if (menu.window.width() != new_width) | ||
448 | m_need_update = true; | ||
449 | |||
447 | menu.window.resize(new_width, new_height); | 450 | menu.window.resize(new_width, new_height); |
448 | 451 | ||
449 | if (!isVisible()) | 452 | if (!isVisible()) |