forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: I6e67f23464fc14dda5a659004f0aa360d6f5d25f
This commit is contained in:
@@ -62,7 +62,7 @@ CapturedDataCommand::StateData collectStateData(ServerNodeInstance rootNodeInsta
|
||||
CapturedDataCommand::NodeData nodeData;
|
||||
|
||||
nodeData.nodeId = instance.instanceId();
|
||||
nodeData.contentRect = instance.contentItemBoundingRect();
|
||||
nodeData.contentRect = instance.boundingRect();
|
||||
nodeData.sceneTransform = instance.sceneTransform();
|
||||
auto textProperty = instance.property("text");
|
||||
if (!textProperty.isNull() && instance.holdsGraphical())
|
||||
|
||||
Reference in New Issue
Block a user