[TD]allow override of Balloon drag modifier (fix #15388)

This commit is contained in:
wandererfan
2024-09-17 17:23:20 -04:00
parent d310876099
commit ca2b9dc8d8
6 changed files with 113 additions and 131 deletions

View File

@@ -401,6 +401,9 @@ Base::Vector3d QGIView::projItemPagePos(DrawViewPart* item)
void QGIView::mousePressEvent(QGraphicsSceneMouseEvent * event)
{
// this is never called for balloons (and dimensions?) because the label objects do not
// inherit from QGIView, but directly from QGraphicsItem. - wf
Qt::KeyboardModifiers originalModifiers = event->modifiers();
if (event->button()&Qt::LeftButton) {
m_multiselectActivated = false;