all repos — fluxbox @ 6fc392fb642be394b809bbd7a00119bab926d883

custom fork of the fluxbox windowmanager

Remove 'always true' condition
Mathias Gumz akira@fluxbox.org
commit

6fc392fb642be394b809bbd7a00119bab926d883

parent

c0e5d1c7a3867a82e0418e921afabf8e14909429

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

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

@@ -385,7 +385,7 @@ if (rounding_error) {

--rounding_error; extra = 1; //counter for different direction - if (align == RIGHT && !extra) + if (align == RIGHT) --next_x; } else { if (extra && align == RIGHT) // last extra