Skip to content

Commit 1a3ce93

Browse files
committed
WindowClone: Don't consume button press events
There is no reason to do this.
1 parent 91e65ff commit 1a3ce93

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
@@ -372,10 +372,6 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
372372
window_title.allocate (window_title_alloc);
373373
}
374374

375-
public override bool button_press_event (Clutter.Event event) {
376-
return Clutter.EVENT_STOP;
377-
}
378-
379375
private void update_hover_widgets (bool? animating = null) {
380376
if (animating != null) {
381377
in_slot_animation = animating;

0 commit comments

Comments
 (0)