diff options
Diffstat (limited to 'src/commands/notation/InterpretCommand.cpp')
-rw-r--r-- | src/commands/notation/InterpretCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/notation/InterpretCommand.cpp b/src/commands/notation/InterpretCommand.cpp index 6d1b18b..1652b2f 100644 --- a/src/commands/notation/InterpretCommand.cpp +++ b/src/commands/notation/InterpretCommand.cpp @@ -154,7 +154,7 @@ InterpretCommand::applyTextDynamics() } if (t >= startTime && - (*i)->isa(Note::EventType) && m_selection->contains(*i)) { + (*i)->isa(Note::EventType) && m_selection->tqcontains(*i)) { (*i)->set <Int>(VELOCITY, velocity); } |