Skip to content

Refactor boolean expression

The important change is from mControlWidget->isTrackShowOnlyVisibleChecked() to !mControlWidget->isTrackShowOnlyVisibleChecked() (Adding !)

But I refactored the boolean expression as a whole to be a bit more readable. (Other naming ideas for the variables are welcome though 😅 )

Closes #357 (closed)

Merge request reports