Only include relevant frames in the timelapse animation

This commit is contained in:
Marcus Huderle
2021-01-19 20:21:15 -06:00
parent c354142f1b
commit 9439dc76d2
4 changed files with 103 additions and 13 deletions

View File

@@ -53,6 +53,7 @@ private:
void saveImage();
QPixmap getStitchedImage(QProgressDialog *progress, bool includeBorder);
QPixmap getFormattedMapPixmap(Map *map, bool ignoreBorder);
bool historyItemAppliesToFrame(const QUndoCommand *command);
private slots:
void on_checkBox_Objects_stateChanged(int state);