Fix Properties view flicker when switching between objects by bjorn · Pull Request #4460 · mapeditor/tiled (original) (raw)

@bjorn

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.

@bjorn

Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com

@bjorn

@bjorn bjorn deleted the fix-flicker branch

March 24, 2026 15:20

bjorn added a commit that referenced this pull request

Mar 25, 2026

@bjorn

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 bjorn mentioned this pull request

Apr 22, 2026

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 }})