You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was discovered while doing some investigation into Issue #52, and there are some notes there.It appears to be a separate unrelated issue, so I'm documenting it here.
Below are quotes from other Issue
Hmm I'll need to check on Linux but I just noticed on Windows that the timer pauses when I'm moving the window...I think this is probably a seoerate bug though....
Interesting the timer pausing while I'm moving the window doesn't happen with Linux/Wayland....What is going on? I'm not sure I'd these bugs are related or not.
The text was updated successfully, but these errors were encountered:
Did (does) the timer stop on Windows using the original logic I had way back when using setposition()? I switched away from that because it didn't work on Wayland....but It might be worth looking into on Windows. If it works, I might need to considering doing some conditional compilation so the move logic is different on Windows and Linux....however the callbacks would be different and I can't do conditional compilation in Slint itself....which means I would have to do some duplication of logic here, and try to figure out how to call the right callback when the TouchArea mouse move is triggered.
First I need to figure out if this would even solve the problem on Windows.
This was discovered while doing some investigation into Issue #52, and there are some notes there.It appears to be a separate unrelated issue, so I'm documenting it here.
Below are quotes from other Issue
The text was updated successfully, but these errors were encountered: