TimeLineRulerMenu: only show drop or non-drop timecode depending
on timebase
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user