mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
PropagateComposedEvents
This commit is contained in:
parent
e39dd250cd
commit
1a6a55680c
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ Column {
|
|||
enabled: root.autoScrollTimerEnabled;
|
||||
anchors.fill: parent;
|
||||
hoverEnabled: true;
|
||||
propagateComposedEvents: true;
|
||||
onEntered: {
|
||||
if (autoScrollTimer.running) {
|
||||
autoScrollTimer.stop();
|
||||
|
|
Loading…
Reference in a new issue