Add display type context menu to RationalSlider

This commit is contained in:
Thomas Wilshaw
2021-04-09 10:52:07 +01:00
parent 2cea45268f
commit 4d8233e7ac
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ void MenuShared::AddItemsForClipEditMenu(Menu *m)
void MenuShared::AddItemsForTimeRulerMenu(Menu *m, const rational& timebase)
{
// If menu is already created (such as the view menu) we need to remove the instance
// If a menu is already created (such as the view menu) we need to remove the instance
// of dropfram or non-dropframe timecode that is already there to avoid double displays
if (m->actions().contains(view_timecode_view_dropframe_item_)) {