Skip to content

Commit

Permalink
fixup! StarDelegate: Fix: Detect all cases where the mouse leaves the…
Browse files Browse the repository at this point in the history
… editor control
  • Loading branch information
cr7pt0gr4ph7 committed Apr 26, 2024
1 parent 241a6bb commit 4fb569f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/wtracktableview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ void WTrackTableView::onShow() {
}

void WTrackTableView::leaveEvent(QEvent* pEvent) {
Q_UNUSED(pEvent);
emit viewportLeaving();
}

Expand Down

0 comments on commit 4fb569f

Please sign in to comment.