Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Jun 17, 2024
1 parent 304bce3 commit 2bcea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/Fader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void Fader::mouseMoveEvent(QMouseEvent* mouseEvent)
void Fader::mousePressEvent(QMouseEvent* mouseEvent)
{
if (mouseEvent->button() == Qt::LeftButton &&
!(mouseEvent->modifiers() & Qt::ControlModifier)
!(mouseEvent->modifiers() & Qt::ControlModifier) &&
!(mouseEvent->modifiers() & Qt::AltModifier))
{
AutomatableModel* thisModel = model();
Expand Down

0 comments on commit 2bcea24

Please sign in to comment.