Remove 'always true' condition
This commit is contained in:
parent
c0e5d1c7a3
commit
6fc392fb64
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ void Container::repositionItems() {
|
||||||
--rounding_error;
|
--rounding_error;
|
||||||
extra = 1;
|
extra = 1;
|
||||||
//counter for different direction
|
//counter for different direction
|
||||||
if (align == RIGHT && !extra)
|
if (align == RIGHT)
|
||||||
--next_x;
|
--next_x;
|
||||||
} else {
|
} else {
|
||||||
if (extra && align == RIGHT) // last extra
|
if (extra && align == RIGHT) // last extra
|
||||||
|
|
Loading…
Reference in a new issue