Issue 1878: Eyedrop tool doesn't work when screen composing (KWin)...
... is enabled.
(cherry picked from commit b29d1ea6ff
)
This commit is contained in:
@ -85,7 +85,7 @@ _gimp_pick_button_kwin_pick (GimpPickButton *button)
|
||||
GimpRGB rgb;
|
||||
guint32 color;
|
||||
|
||||
g_variant_get (retval, "(u)", &color);
|
||||
g_variant_get (retval, "((u))", &color);
|
||||
g_variant_unref (retval);
|
||||
/* Returned value is ARGB stored in uint32. */
|
||||
gimp_rgba_set_uchar (&rgb,
|
||||
|
Reference in New Issue
Block a user