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

Test hidden modeless dialog #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ppescher
Copy link
Owner

@ppescher ppescher commented Sep 2, 2024

Address save/restore on a modeless dialog initially hidden, that was incorrectly making it visible during initialization.

Now the restore process is postponed until the dialog is made visible for the first time, preventing the override of the initial hidden state.

See pull request #32 for details. Anyone interested please try this patch also in your own use cases, to confirm it does what it's supposed to and there are no unexpected side-effects.

@irwir
Copy link
Contributor

irwir commented Sep 2, 2024

Moved this comment to the correct PR.
The changes so far look good; dialogs with visible initial state behaved as usual.

@adipose
Copy link

adipose commented Sep 4, 2024

This fixes the issue for mpc-hc after removal of our custom code.

@ppescher
Copy link
Owner Author

ppescher commented Sep 5, 2024

Nice! I will propagate this change to the other dialog flavors.

@adipose
Copy link

adipose commented Sep 25, 2024

Any chance of this making it to master soon?

I have updated mpc-hc code to take advantage but I would like it to be based on commited code.

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.

3 participants