-
Notifications
You must be signed in to change notification settings - Fork 19
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
dragging mint.Window = massive lag (Windows 10) #48
Comments
I've fixed it. The problem arose from this bit of code :
but if I changed it to :
It now works. There's still an underlying bit of weirdness happening underneath which I don't understand, but it should be addressed. |
Scratch that last comment. |
Just curious if you're testing in debug or release when you're seeing this? In debug it will definitely be far more pronounced. The layouts aren't optimized or anything they're doing the most obvious stuff right now, so if you had a whole bunch of them updating when the window moves, it's possible that they're triggering themselves more than once or other things. I'll look into it but the idea is to implement the constraint system, margins is a simpler convenience in the mean time. |
It works fine if I target web, but if I target windows I get this:
Interestingly, if I record it with ScreenToGif, it's much less stuttery and I get this:
The text was updated successfully, but these errors were encountered: