Integrating latest 47acbe8
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ namespace GraphCanvas
|
||||
update();
|
||||
}
|
||||
|
||||
void ExtenderSlotConnectionPin::DrawConnectionPin(QPainter *painter, QRectF drawRect, [[maybe_unused]] bool isConnected)
|
||||
void ExtenderSlotConnectionPin::DrawConnectionPin(QPainter *painter, QRectF drawRect, bool /*isConnected*/)
|
||||
{
|
||||
qreal radius = (AZ::GetMin(drawRect.width(), drawRect.height()) * 0.5) - m_style.GetBorder().width();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user