We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8768b8d commit d33036aCopy full SHA for d33036a
Source/Heavy/HeavyExportDialog.cpp
@@ -87,7 +87,7 @@ class ExporterSettingsPanel final : public Component
87
auto heavyState = settingsTree.getChildWithName("HeavyState");
88
if (heavyState.isValid()) {
89
this->setState(heavyState);
90
- for (int i = 0; i < 5; i++) {
+ for (int i = 0; i < views.size(); i++) {
91
views[i]->blockDialog = true;
92
views[i]->setState(heavyState);
93
views[i]->blockDialog = false;
0 commit comments