Skip to content

Commit 628a477

Browse files
JoseExpositocassidyjames
authored andcommitted
pip: Hide close and resize badges after dragging
DragDropAction changes the "reactive" property of the actors it handles. Make the window reactive when drag & drop finishes. Fix #1035
1 parent 7747261 commit 628a477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/pip/PopupWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public class Gala.Plugins.PIP.PopupWindow : Clutter.Actor {
200200
}
201201

202202
private void on_move_end () {
203+
reactive = true;
203204
update_screen_position ();
204205
}
205206

0 commit comments

Comments
 (0)