Skip to content

Commit

Permalink
Remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Dec 19, 2024
1 parent d0a8f90 commit 418aff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/PixelPicker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class Gala.PixelPicker : Clutter.Actor {
e.get_coords (out x, out y);
point = Graphene.Point () { x = x, y = y };

this.hide ();
hide ();
close ();

return true;
Expand Down

0 comments on commit 418aff4

Please sign in to comment.