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;
|
||||
extra = 1;
|
||||
//counter for different direction
|
||||
if (align == RIGHT && !extra)
|
||||
if (align == RIGHT)
|
||||
--next_x;
|
||||
} else {
|
||||
if (extra && align == RIGHT) // last extra
|
||||
|
|
Loading…
Reference in a new issue