Browse Source

Fix postprocessing settings being too dark

In dark theme you couldn't really read them.

CURA-9465
Jaime van Kessel 2 years ago
parent
commit
0fac778601
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/PostProcessingPlugin/PostProcessingPlugin.qml

+ 1 - 0
plugins/PostProcessingPlugin/PostProcessingPlugin.qml

@@ -286,6 +286,7 @@ UM.Dialog
                 {
                     id: definitionsModel
                     containerId: manager.selectedScriptDefinitionId
+                    onContainerIdChanged: definitionsModel.setAllVisible(true)
                     showAll: true
                 }