Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -317,8 +317,6 @@ namespace GraphCanvas
|
||||
|
||||
AZStd::vector< NodeId > elementsToSearch = groupedElements;
|
||||
|
||||
SceneRequests* requests = SceneRequestBus::FindFirstHandler(graphId);
|
||||
|
||||
while (!elementsToSearch.empty())
|
||||
{
|
||||
AZ::EntityId searchedElement = elementsToSearch.front();
|
||||
|
||||
@@ -1982,7 +1982,6 @@ namespace GraphCanvas
|
||||
border.setWidth(1);
|
||||
painter->setPen(border);
|
||||
|
||||
qreal penWidth = border.width();
|
||||
qreal halfPenWidth = border.width() * 0.5f;
|
||||
qreal spacing = 3;
|
||||
qreal initialSpacing = 0;
|
||||
|
||||
Reference in New Issue
Block a user