WindowSwitcher: Fix mouse click (#1891)

This commit is contained in:
Leonhard 2024-04-04 18:01:29 +02:00 committed by GitHub
parent 4225ab112f
commit c77c9d1d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,7 @@ public class Gala.WindowSwitcher : CanvasActor {
style_manager = Drawing.StyleManager.get_instance ();
container = new Clutter.Actor () {
reactive = true,
#if HAS_MUTTER46
layout_manager = new Clutter.FlowLayout (Clutter.Orientation.HORIZONTAL)
#else