We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent d0a8f90 commit 418aff4Copy full SHA for 418aff4
src/Widgets/PixelPicker.vala
@@ -55,7 +55,7 @@ public class Gala.PixelPicker : Clutter.Actor {
55
e.get_coords (out x, out y);
56
point = Graphene.Point () { x = x, y = y };
57
58
- this.hide ();
+ hide ();
59
close ();
60
61
return true;
0 commit comments