Be more precise in what gets redrawn
There are far too many instances of gtk_widget_queue_draw() all over, I
suspect to paper over redraw issues. Removing all of these (and
replacing them with individual or all icon invalidation) should be fine
to do. There's still the possibility that some areas won't get
invalidated when they need to be, but they should be fixed when found.
The only time we should _queue_draw()
is when the backdrop changes.
Closes #284 (closed).
Merge request reports
Activity
mentioned in issue #284 (closed)
added 2 commits
mentioned in issue #261 (closed)
added 2 commits
added 4 commits
-
cb59bcf7...ef76f8ce - 2 commits from branch
xfce:master
- 6f68d859 - Be more precise in what gets redrawn
- 094884be - Don't invalidate the icon view pixbuf cache on style update
-
cb59bcf7...ef76f8ce - 2 commits from branch
Please register or sign in to reply