Entry refreshes too often #4397
Labels
bug
Something isn't working
optimization
Tickets that could help Fyne apps run faster
refactor
Issues related to refactoring code.
Checklist
Describe the bug
In interactive steps (especially when cursor moves, like paste) the entry is refreshed many times.
We should try to reduce any refreshes that occur in quick succession in case they result in multiple frame draws.
How to reproduce
paste lots?
Screenshots
No response
Example code
n/a
Fyne version
v2.4.2
Go compiler version
1.20.2
Operating system and version
All
Additional Information
As discussed in #4396
The text was updated successfully, but these errors were encountered: