TimeLineRulerMenu: only show drop or non-drop timecode depending

on timebase
This commit is contained in:
Thomas Wilshaw
2021-04-08 12:56:42 +01:00
parent f560beef60
commit 2cea45268f
6 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ void TimeRuler::ShowContextMenu()
{
Menu m(this);
MenuShared::instance()->AddItemsForTimeRulerMenu(&m);
MenuShared::instance()->AddItemsForTimeRulerMenu(&m, timebase());
MenuShared::instance()->AboutToShowTimeRulerActions();
m.exec(QCursor::pos());