computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit f82411c79096e758dd7fce8f8b5094be2a5f05ac
parent 4d19967372d37673ac79d32b429e143a269feb4b
Author: Adam M <aemalone@gmail.com>
Date:   Thu, 14 Oct 2021 17:29:56 -0500

explicitly include svgswitch

Diffstat:
Msrc/Computerscare.hpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Computerscare.hpp b/src/Computerscare.hpp @@ -8,7 +8,7 @@ #include "widget/SvgWidget.hpp" #include "app/PortWidget.hpp" #include "app/CircularShadow.hpp" -#include "app.hpp" +#include "app/SvgSwitch.hpp" @@ -127,7 +127,7 @@ struct IsoButton : SvgSwitch { addFrame(APP->window->loadSvg(asset::plugin(pluginInstance, "res/computerscare-iso-button-up.svg"))); } }; -struct SmallIsoButton : app::SvgSwitch { +struct SmallIsoButton : SvgSwitch { bool disabled = true; bool lastDisabled = false; std::vector<std::shared_ptr<Svg>> enabledFrames;