Fix Properties view flicker when switching between objects by bjorn · Pull Request #4460 · mapeditor/tiled (original) (raw)
Suppress updates on the scroll widget during the properties rebuild and re-enable them with a double deferred QTimer::singleShot(0) call. This ensures that all scheduled layout requests are fully processed before the next paint.
Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com
bjorn deleted the fix-flicker branch
bjorn added a commit that referenced this pull request
Suppress updates on the scroll widget during the properties rebuild and re-enable them with a double deferred QTimer::singleShot(0) call. This ensures that all scheduled layout requests are fully processed before the next paint.
(cherry picked from commit 17a47f4)
bjorn mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})