don't draw thumbnails if there's no room

This commit is contained in:
itsmattkc
2018-06-18 17:27:12 -07:00
parent dc8d4728fc
commit 14077c8975
9 changed files with 374 additions and 369 deletions
+7
View File
@@ -318,3 +318,10 @@ void MainWindow::on_actionPlay_Pause_triggered()
panel_timeline->toggle_play();
}
}
void MainWindow::on_actionCrash_triggered()
{
// intentionally tries to crash the program - mostly used for debugging
Timeline* temp;
temp->snapped = true;
}