all repos — fluxbox @ 3e4570becc66f868c14bef8b97edcca2d4b135bc

custom fork of the fluxbox windowmanager

merge pull-request 14
Mathias Gumz akira@fluxbox.org
commit

3e4570becc66f868c14bef8b97edcca2d4b135bc

parent

c7462f09a4ef3c6be7a68284d81779747bf7ab8d

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -430,6 +430,8 @@ iw = m_items[i]->width(theme());

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;