GNOME Bugzilla – Bug 765066
GtkColorChooser looks like it can select multiple colors
Last modified: 2016-04-14 19:17:18 UTC
Created attachment 326043 [details] screenshot of the problem See attached screenshot. The superfluous checkmarks disappear after an additional hover with the mouse (so I guess a redraw is enough?).
can you bisect this ?
Bisected this to commit 71a5f07620449be45067084b78183bb5661d5eb1 Author: Benjamin Otte <otte@redhat.com> Date: Wed Mar 30 21:41:08 2016 +0200 widget: queue a redraw only if resize highlighting is enabled e8aa9b0440e03e7002323922f862342db51c5f32 introduced a new debug mode that highlights resizes. Unfortunately it has the side effect of always queueing redraws even when the debug mode I just started from mid-march, but I guess this just means the bug was there before but didn't surface because we were just redrawing everything all the time?
Created attachment 326048 [details] [review] iconhelper: Invalidate on clear() When clearing the icon helper, we need to invalidate it. Otherwise the previous icon keeps lingering along. This is not relevant inside gtkiconhelper.c where other code causes the invalidation, but happens when external code calls _gtk_icon_helper_clear().
Attachment 326048 [details] pushed as 3bc58d0 - iconhelper: Invalidate on clear()