diff options
-rw-r--r-- | src/declarative/fx/qfxpathview_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpathview_p.h b/src/declarative/fx/qfxpathview_p.h index 801bdb8..a69f75f 100644 --- a/src/declarative/fx/qfxpathview_p.h +++ b/src/declarative/fx/qfxpathview_p.h @@ -86,7 +86,7 @@ public: { Q_Q(QFxPathView); _offset = 0; - q->setAcceptedMouseButtons(Qt::NoButton); + q->setAcceptedMouseButtons(Qt::LeftButton); q->setFlag(QGraphicsItem::ItemAutoDetectsFocusProxy); q->setFiltersChildEvents(true); q->connect(&tl, SIGNAL(updated()), q, SLOT(ticked())); |