added search to project toolbar

This commit is contained in:
itsmattkc
2019-02-01 10:05:22 +11:00
parent db92e5231f
commit 0399c36dfd
4 changed files with 62 additions and 6 deletions
+1
View File
@@ -842,6 +842,7 @@ void AddMarkerAction::redo() {
if (index == -1) {
Marker m;
m.frame = time;
m.name = name;
markers.append(m);
} else {
old_name = markers.at(index).name;