st: Adapt to Cally merge inside of Clutter
ClutterActor has now a get_accessible_type that replaces the StWidget one, switch to using that Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3433>
This commit is contained in:

committed by
Marge Bot

parent
b05069c297
commit
6e57d42d26
@ -219,7 +219,7 @@ export const LayoutManager = GObject.registerClass({
|
||||
|
||||
// Set up stage hierarchy to group all UI actors under one container.
|
||||
this.uiGroup = new UiActor({name: 'uiGroup'});
|
||||
this.uiGroup.set_flags(Clutter.ActorFlags.NO_LAYOUT);
|
||||
this.uiGroup.set_no_layout(true);
|
||||
|
||||
global.stage.add_child(this.uiGroup);
|
||||
|
||||
|
Reference in New Issue
Block a user