Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use splitter's section size to determine whether scanner pane is visible. #140

Merged
merged 1 commit into from
May 16, 2024

Conversation

cristian64
Copy link
Collaborator

This was a regression in e8ea2b3, where the visibility predicate was changed to something more readable. As it turned out, the visibility of the widget does not indicate whether it is visible: the splitter may be collapsed.

The predicate has now been reverted to what it was previously.

Test plan:

  • Launch DME.
  • Collapse the scanner pane.
  • Exit DME.
  • Launch DME.

Without this change, the View > Scanner would be checked, even though the pane is collapsed.

…ble.

This was a regression in e8ea2b3, where the visibility predicate
was changed to something more readable. As it turned out, the visibility
of the widget does not indicate whether it is visible: the splitter may
be collapsed.

The predicate has now been reverted to what it was previously.

Test plan:

- Launch DME.
- Collapse the scanner pane.
- Exit DME.
- Launch DME.

Without this change, the **View > Scanner** would be checked, even
though the pane is collapsed.
@dreamsyntax dreamsyntax merged commit 62f2a5f into aldelaro5:master May 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants