Skip to content

Commit 6dbfbd1

Browse files
committed
WindowClone: Don't consume button press events
There is no reason to do this.
1 parent 42afe76 commit 6dbfbd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Widgets/MultitaskingView/WindowClone.vala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,6 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
377377
window_title.allocate (window_title_alloc);
378378
}
379379

380-
public override bool button_press_event (Clutter.Event event) {
381-
return Clutter.EVENT_STOP;
382-
}
383-
384380
private void update_hover_widgets (bool? animating = null) {
385381
if (animating != null) {
386382
in_slot_animation = animating;

0 commit comments

Comments
 (0)