mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 10:13:04 +03:00
WindowSwitcher: Fix mouse click (#1891)
This commit is contained in:
parent
4225ab112f
commit
c77c9d1d0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user