[environment] use St.describe_actor for Clutter.Actor.prototype.toString
https://bugzilla.gnome.org/show_bug.cgi?id=621668
This commit is contained in:
@ -404,8 +404,7 @@ Inspector.prototype = {
|
||||
stageY);
|
||||
let position = '[inspect x: ' + stageX + ' y: ' + stageY + ']';
|
||||
displayText.text = '';
|
||||
let description = St.describe_actor(target);
|
||||
displayText.text = position + ' ' + description;
|
||||
displayText.text = position + ' ' + target;
|
||||
if (borderPaintTarget != null)
|
||||
borderPaintTarget.disconnect(borderPaintId);
|
||||
borderPaintTarget = target;
|
||||
|
Reference in New Issue
Block a user