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

Set initial state of the **Scanner** checkable action in the next event loop tick. #134

Merged
merged 1 commit into from
May 12, 2024

Conversation

cristian64
Copy link
Collaborator

Previously, the initial size of the main splitter was used to initialize the checkable action. However, that size is not accurate until the main window has been shown.

The action is now initialized in the next event loop tick, when the GUI is ready.

Fixes #131.

…nt loop tick.

Previously, the initial size of the main splitter was used to initialize
the checkable action. However, that size is not accurate until the main
window has been shown.

The action is now initialized in the next event loop tick, when the GUI
is ready.

Fixes aldelaro5#131.
@cristian64 cristian64 merged commit e8ea2b3 into aldelaro5:master May 12, 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.

Bug: Initial "Scanner" visible check/unchecked state in wrong state
2 participants