ui: Don't use Clutter.Group
It is deprecated use Clutter.Actor instead. https://bugzilla.gnome.org/show_bug.cgi?id=694441
This commit is contained in:
@@ -80,7 +80,7 @@ const ModalDialog = new Lang.Class({
|
||||
let stack = new Shell.Stack();
|
||||
this._backgroundBin.child = stack;
|
||||
|
||||
this._eventBlocker = new Clutter.Group({ reactive: true });
|
||||
this._eventBlocker = new Clutter.Actor({ reactive: true });
|
||||
stack.add_actor(this._eventBlocker);
|
||||
stack.add_actor(this.dialogLayout);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user