timeline: implemented UI indicator for tools like razor and edit

This commit is contained in:
itsmattkc
2020-06-16 18:30:00 +10:00
parent 67ee78ac9a
commit 29d56a1583
8 changed files with 129 additions and 28 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
OLIVE_NAMESPACE_ENTER
TimelineWidget::EditTool::EditTool(TimelineWidget* parent) :
Tool(parent)
BeamTool(parent)
{
}