Bugfix: control vertices not showing up in source canvas.

This commit is contained in:
Tats
2015-07-13 13:36:20 -06:00
parent bd1d14d38a
commit da02407485
-1
View File
@@ -275,7 +275,6 @@ void VertexGraphicsItem::paint(QPainter *painter,
if (MainWindow::instance()->displayControls())
{
ShapeGraphicsItem* shapeParent = static_cast<ShapeGraphicsItem*>(parentItem());
if (shapeParent->isOutput())
if (shapeParent->isMappingVisible() &&
shapeParent->isMappingCurrent())
{