Skip to content

Commit

Permalink
Update framescrollbar.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 27, 2024
1 parent b180f70 commit f1f6ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/widgets/framescrollbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ void FrameScrollBar::mousePressEvent(QMouseEvent *event)
menu.addSeparator();
menu.addAction(setFrameInAct);
menu.addAction(setFrameOutAct);
menu.addAction(clearFrameOutAct);
menu.addAction(setMarkerAct);

QAction* selectedAction = menu.exec(event->globalPos());
Expand Down

0 comments on commit f1f6ba8

Please sign in to comment.