From e1f70b0d631212a0434789dfe168c46e7902159b Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 May 2023 22:44:21 +0200 Subject: [PATCH] VST2/3 fixes, allow to load plugin before search ends Signed-off-by: falkTX --- carla | 2 +- dpf | 2 +- plugins/Common/IldaeilUI.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/carla b/carla index 0175570..8c95a54 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit 0175570f1d41285f39efe0ee32234458e0ed941c +Subproject commit 8c95a54a368c17358843a928870f8e8d5a19c723 diff --git a/dpf b/dpf index 2cf3e6e..a4c83bf 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 2cf3e6e6dd5ed52144106496efa34c7571639cd0 +Subproject commit a4c83bfdc925db48f272e66a006a6630625c3e20 diff --git a/plugins/Common/IldaeilUI.cpp b/plugins/Common/IldaeilUI.cpp index b2e5968..8e70970 100644 --- a/plugins/Common/IldaeilUI.cpp +++ b/plugins/Common/IldaeilUI.cpp @@ -1328,7 +1328,7 @@ protected: } } - ImGui::BeginDisabled(!fPluginScanningFinished || fPluginSelected < 0); + ImGui::BeginDisabled(fPluginSelected < 0); if (ImGui::Button("Load Plugin")) fIdleState = kIdleLoadSelectedPlugin;