all repos — fluxbox @ 5efef22cba2af157d7f06507dfa5cca3ca62c674

custom fork of the fluxbox windowmanager

Fix double text rendering if using parentRelative
Vladimir A. Pavlov pv4@bk.ru
commit

5efef22cba2af157d7f06507dfa5cca3ca62c674

parent

edcb6d57ce4823616963071cfe4f151eb3880dc1

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

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

@@ -122,8 +122,6 @@ void TextButton::clearArea(int x, int y,

unsigned int width, unsigned int height, bool exposure) { Button::clearArea(x, y, width, height, exposure); - if (backgroundPixmap() == ParentRelative) - drawText(0, 0, this); }