Skip to content
Snippets Groups Projects
Commit 6f68d859 authored by Brian Tarricone's avatar Brian Tarricone
Browse files

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.
parent ef76f8ce
No related branches found
No related tags found
1 merge request!115Be more precise in what gets redrawn
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment