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.
1 parent 43ce63f commit 3c47d9dCopy full SHA for 3c47d9d
plugins/pip/PopupWindow.vala
@@ -95,13 +95,13 @@ public class Gala.Plugins.PIP.PopupWindow : Clutter.Actor {
95
move_action.drag_begin.connect (on_move_begin);
96
move_action.drag_canceled.connect (on_move_end);
97
move_action.actor_clicked.connect (activate);
98
+ add_action (move_action);
99
100
container = new Clutter.Actor ();
101
container.reactive = true;
102
container.set_scale (0.35f, 0.35f);
103
container.add_effect (new ShadowEffect (SHADOW_SIZE, 2));
104
container.add_child (clone);
- container.add_action (move_action);
105
106
update_size ();
107
update_container_position ();
0 commit comments