From da02407485abfd3a6bf54bc53f2330aaf5e6e92e Mon Sep 17 00:00:00 2001 From: Tats Date: Mon, 13 Jul 2015 13:36:20 -0600 Subject: [PATCH] Bugfix: control vertices not showing up in source canvas. --- Mapper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Mapper.cpp b/Mapper.cpp index 80d7957..cc06f0b 100644 --- a/Mapper.cpp +++ b/Mapper.cpp @@ -275,7 +275,6 @@ void VertexGraphicsItem::paint(QPainter *painter, if (MainWindow::instance()->displayControls()) { ShapeGraphicsItem* shapeParent = static_cast(parentItem()); - if (shapeParent->isOutput()) if (shapeParent->isMappingVisible() && shapeParent->isMappingCurrent()) {