all repos — fluxbox @ f1d325460ee66b7c281184397ce90f1f033bb67b

custom fork of the fluxbox windowmanager

make sure iconbar text padding gets reapplied on reconfigure
markt markt
commit

f1d325460ee66b7c281184397ce90f1f033bb67b

parent

8bda89394b5bcbca5781f1e60bd786c17c1bee49

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 1.0rc3: *07/03/10: + * Fixed changing iconbar text padding requiring a toolbar refresh (Mark) + IconbarTool.cc * Fixed stealing focus from unmanaged windows (Mark) fluxbox.cc *07/03/07:
M src/IconbarTool.ccsrc/IconbarTool.cc

@@ -694,6 +694,7 @@ int focusOption) {

button.setPixmap(*m_rc_use_pixmap); button.setAlpha(m_alpha); + button.setTextPadding(*m_rc_client_padding); // The last button is always the regular width bool wider_button = false;

@@ -803,8 +804,6 @@ m_icon_container,

m_theme.focusedText().font(), win); - - button->setTextPadding(*m_rc_client_padding); renderButton(*button, false); // update the attributes, but don't clear it m_icon_container.insertItem(button);