| 98 | } |
| 99 | |
| 100 | void PluginEditor::valueTreePropertyChanged(juce::ValueTree&, const juce::Identifier& property) { |
| 101 | if (base_.isPanelIdentifier(zlgui::kUISettingChanged, property)) { |
| 102 | triggerAsyncUpdate(); |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | void PluginEditor::handleAsyncUpdate() { |
| 107 | sendLookAndFeelChange(); |
nothing calls this directly
no test coverage detected