Skip to content

Commit 418aff4

Browse files
committed
Remove this
1 parent d0a8f90 commit 418aff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/PixelPicker.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class Gala.PixelPicker : Clutter.Actor {
5555
e.get_coords (out x, out y);
5656
point = Graphene.Point () { x = x, y = y };
5757

58-
this.hide ();
58+
hide ();
5959
close ();
6060

6161
return true;

0 commit comments

Comments
 (0)