aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/effectcomposer/effectcomposermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/effectcomposer/effectcomposermodel.h')
-rw-r--r--src/plugins/effectcomposer/effectcomposermodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/effectcomposer/effectcomposermodel.h b/src/plugins/effectcomposer/effectcomposermodel.h
index c0eb76f0b9..871d0c7298 100644
--- a/src/plugins/effectcomposer/effectcomposermodel.h
+++ b/src/plugins/effectcomposer/effectcomposermodel.h
@@ -178,7 +178,7 @@ private:
QList<CompositionNode *> m_nodes;
int m_selectedIndex = -1;
- bool m_isEmpty = true;
+ bool m_isEmpty = false; // Init to false to force initial bake after setup
bool m_hasUnsavedChanges = false;
// True when shaders haven't changed since last baking
bool m_shadersUpToDate = true;