merge pull-request 14

This commit is contained in:
Mathias Gumz 2016-01-04 20:40:41 +01:00
commit 3e4570becc

View file

@ -430,6 +430,8 @@ void Menu::updateMenu() {
m_item_w = std::max(iw, m_item_w);
}
// the menu width should be as wide as the widest menu item
w = m_item_w;
// calculate needed columns
m_columns = 0;