Gems/GraphCanvas
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -2295,8 +2295,6 @@ namespace GraphCanvas
|
||||
{
|
||||
QScopedValueRollback<bool> allowMovement(m_allowMovement, false);
|
||||
|
||||
QRectF rect = boundingRect();
|
||||
|
||||
qreal originalHeight = boundingRect().height();
|
||||
qreal newHeight = boundingRect().height() + (newSize.height() - oldSize.height());
|
||||
|
||||
|
||||
@@ -3262,8 +3262,6 @@ namespace GraphCanvas
|
||||
{
|
||||
for (const auto& sceneMember : sceneMemberList)
|
||||
{
|
||||
QRectF boundingArea;
|
||||
|
||||
QGraphicsItem* sceneItem = nullptr;
|
||||
VisualRequestBus::EventResult(sceneItem, sceneMember->GetId(), &VisualRequests::AsGraphicsItem);
|
||||
|
||||
@@ -3292,8 +3290,6 @@ namespace GraphCanvas
|
||||
{
|
||||
for (const auto& sceneMember : sceneMemberList)
|
||||
{
|
||||
QRectF boundingArea;
|
||||
|
||||
QGraphicsItem* sceneItem = nullptr;
|
||||
VisualRequestBus::EventResult(sceneItem, sceneMember->GetId(), &VisualRequests::AsGraphicsItem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user