mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Bugfix: control vertices not showing up in source canvas.
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user