Commit 01e609e9 authored by Fabian Bumberger's avatar Fabian Bumberger Committed by The Qt Project
Browse files

Fix polishItems bug


updatePolish is not called for items which are not visible.
However if a polish is scheduled, updatePolish has to be called when the item
becomes eventually visible.

This patch makes sure, that invisible items are not removed from the itemsToPolish list.

Change-Id: I1ad929dc6de8e61edbd1c4df88ae5bc951979ff1
Reviewed-by: default avatarUlf Hermann <ulf.hermann@digia.com>
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent 093fe73f
No related merge requests found
Showing with 10 additions and 6 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment