commit 1f22373d24dbdc437448526545c6dbe1e0c94ea8
parent 21fc6cabce714e0f052b23dc0e9223eab0416cd7
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date: Fri, 10 May 2024 18:38:52 +0200
Merge pull request #192 from mkruselj/allow-reselecting-same-skin-to-refresh
Allow reselecting same skin to refresh it
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/source/jucePluginEditorLib/pluginEditorState.cpp b/source/jucePluginEditorLib/pluginEditorState.cpp
@@ -78,9 +78,6 @@ void PluginEditorState::getPerInstanceConfig(std::vector<uint8_t>& _data)
void PluginEditorState::loadSkin(const Skin& _skin)
{
- if(m_currentSkin == _skin)
- return;
-
m_currentSkin = _skin;
writeSkinToConfig(_skin);