changeset 4938 | 0985edac2ad7 |
parent 4937 | 55b9145fea94 |
child 4976 | 088d40d8aba2 |
--- a/QTfrontend/drawmapscene.cpp Wed Feb 09 21:59:43 2011 +0300 +++ b/QTfrontend/drawmapscene.cpp Wed Feb 09 23:26:01 2011 -0500 @@ -34,7 +34,7 @@ { QPainterPath path = m_currPath->path(); - if(mouseEvent->modifiers() & Qt::AltModifier) + if(mouseEvent->modifiers() & Qt::ControlModifier) { int c = path.elementCount(); QPointF pos = mouseEvent->scenePos();