Skip to content

Commit

Permalink
Merge pull request #13947 from Swiftb0y/fix/gh13946-waveform-overview…
Browse files Browse the repository at this point in the history
…-seeking

fix: waveform overview seeking
  • Loading branch information
fwcd authored Nov 29, 2024
2 parents 0eccb1b + b660aa1 commit d93b03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/skin/legacy/legacyskinparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2471,10 +2471,10 @@ void LegacySkinParser::setupConnections(const QDomNode& node, WBaseWidget* pWidg
case Qt::NoButton:
if (directionOption & ControlParameterWidgetConnection::DIR_TO_WIDGET) {
pWidget->addAndSetDisplayConnection(std::move(pConnection),
WBaseWidget::ConnectionSide::Right);
WBaseWidget::ConnectionSide::None);
} else {
pWidget->addConnection(std::move(pConnection),
WBaseWidget::ConnectionSide::Right);
WBaseWidget::ConnectionSide::None);
}
break;
case Qt::LeftButton:
Expand Down

0 comments on commit d93b03f

Please sign in to comment.