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:
@ -203,7 +203,7 @@ const TextShadower = new Lang.Class({
|
||||
let child = children[i];
|
||||
let childBox = new Clutter.ActorBox();
|
||||
// The order of the labels here is arbitrary, except
|
||||
// we know the "real" label is at the end because Clutter.Group
|
||||
// we know the "real" label is at the end because Clutter.Actor
|
||||
// sorts by Z order
|
||||
switch (i) {
|
||||
case 0: // top
|
||||
|
Reference in New Issue
Block a user