Fix empty level strip crash

This commit is contained in:
manongjohn 2021-04-06 00:01:04 -04:00
parent 18f0c94eaf
commit 282ed5d874

View file

@ -855,6 +855,8 @@ void FilmstripFrames::mousePressEvent(QMouseEvent *event) {
TXshSimpleLevel *sl = getLevel();
if (!sl) return;
// If accessed after 1st frame on a Single Frame level
// Block movement so we can't create new images
if (index > 0) {