fixed a few usability issues

This commit is contained in:
itsmattkc
2018-07-19 02:48:29 +01:00
parent 735a53720b
commit a0d97bbb2e
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void Timeline::go_to_start() {
}
void Timeline::previous_frame() {
seek(playhead-1);
if (playhead > 0) seek(playhead-1);
}
void Timeline::next_frame() {