| 94 | } |
| 95 | |
| 96 | void PluginEditor::minimisationStateChanged(bool) { |
| 97 | updateIsShowing(); |
| 98 | } |
| 99 | |
| 100 | void PluginEditor::valueTreePropertyChanged(juce::ValueTree&, const juce::Identifier& property) { |
| 101 | if (base_.isPanelIdentifier(zlgui::kUISettingChanged, property)) { |
nothing calls this directly
no outgoing calls
no test coverage detected