timelinemarker: fixed issue with undoing resized markers

This commit is contained in:
itsmattkc
2022-09-16 11:28:03 -07:00
parent d65722d79d
commit 02ee079bde
-1
View File
@@ -331,7 +331,6 @@ Project* MarkerChangeTimeCommand::GetRelevantProject() const
void MarkerChangeTimeCommand::redo()
{
old_time_ = marker_->time();
marker_->set_time(new_time_);
}