Issue 1878: Eyedrop tool doesn't work when screen composing (KWin)...

... is enabled.
This commit is contained in:
Jehan 2019-05-07 18:49:35 +09:00
parent 90bc9e10f1
commit b29d1ea6ff
1 changed files with 1 additions and 1 deletions

View File

@ -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,