--Bug fixes

-Preserve prefix and suffix fields between open/close of the Final Render dialog.
This commit is contained in:
Person
2020-03-08 14:30:47 -07:00
parent 61ddc06151
commit 83ce2a29cb
2 changed files with 15 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class FractoriumFinalRenderDialog : public QDialog
public:
FractoriumFinalRenderDialog(QWidget* p, Qt::WindowFlags f = 0);
~FractoriumFinalRenderDialog();
void Show(bool fromSequence);
bool EarlyClip();
bool YAxisUp();
@ -125,6 +126,8 @@ protected:
private:
bool CreateControllerFromGUI(bool createRenderer);
bool SetMemory();
static QString m_Prefix;
static QString m_Suffix;
bool m_FromSequence;
int m_MemoryCellIndex;