mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Integrated view items for selecing and dragging shapes in the QGraphicsView; not completely tied to model yet.
This commit is contained in:
@@ -239,7 +239,7 @@ void drawControlsPolygon(QPainter* painter, const QList<int>* selectedVertices,
|
||||
painter->drawPolygon(polygon.toPolygon());
|
||||
|
||||
// Draw control points.
|
||||
drawControlsVertices(painter, selectedVertices, polygon);
|
||||
//drawControlsVertices(painter, selectedVertices, polygon);
|
||||
}
|
||||
|
||||
bool fileExists(const QString& filename)
|
||||
|
||||
Reference in New Issue
Block a user