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

Hovering might be incorrect if display style changes. #361

Open
perlindgren opened this issue Jul 1, 2023 · 0 comments
Open

Hovering might be incorrect if display style changes. #361

perlindgren opened this issue Jul 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@perlindgren
Copy link
Contributor

Hi

In case a display style changes (requiring re-layout), it seems that on_hover/on_hover_out might be incorrectly handled, this may cause flickering in case of custom tooltip like widgets.

Workaround is to ensure that any tooltip like widget is positioned below the widget triggering the hover.

/Per

geom3trik added a commit that referenced this issue Jul 11, 2023
@geom3trik geom3trik added the bug Something isn't working label Jul 11, 2023
geom3trik added a commit that referenced this issue Jul 14, 2023
geom3trik added a commit that referenced this issue Jul 21, 2023
* Fix for #367

* Fix for #366

* Fix styling/layout for save_dialog example

* Fix styling for modal example

* Fix for #368 and maybe #361

* Fix clippy warnings

* Update morphorm dependency to fix #346

* Run systems at startup before main loop

* Switching to windows...

* Maybe fix double click issue

* added the circle drawer example for 7gui

* cleanup and some small changes

* applied most of changes suggested in the review

* fixed a bug

* Revert fix for #367

* refactor the code in order to make it more readable

* updated circle_drawer.rs

---------

Co-authored-by: George Atkinson <geomyles@yahoo.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants