mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Free hand selection : Change CTRL key by SHIFT
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5731 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -414,7 +414,7 @@ void DiagramView::mousePressEvent(QMouseEvent *e)
|
||||
viewport()->setCursor(Qt::ClosedHandCursor);
|
||||
}
|
||||
else if (e->button() == Qt::LeftButton &&
|
||||
e->modifiers() == Qt::CTRL)
|
||||
e->modifiers() == Qt::SHIFT)
|
||||
{
|
||||
m_free_rubberbanding = true;
|
||||
m_free_rubberband = QPolygon();
|
||||
|
||||
Reference in New Issue
Block a user