We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f8544 commit 7180e08Copy full SHA for 7180e08
1 file changed
lib/panelUtils/panel_inputs.py
@@ -71,6 +71,7 @@ def handleAction(self, action: str):
71
case Actions.RESTORE_DEFAULTS.value:
72
self.options.restoreDefaults()
73
self.updateInputsFromOptions()
74
+ self.updateUiState()
75
case Actions.SAVE_DEFAULTS.value:
76
if not self.options.saveDefaults():
77
ui.messageBox(f"Unable to save defaults file {self.options.persistFile}. Is it writable?", "Warning")
0 commit comments