Skip to content

Commit

Permalink
Remove shadow from Doepfer switch
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed Sep 13, 2024
1 parent 7e06d54 commit e38fe97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ struct DoepferSwitch : app::SvgSwitch {
DoepferSwitch() {
addFrame(Svg::load(asset::plugin(pluginInstance, "res/components/switch_0.svg")));
addFrame(Svg::load(asset::plugin(pluginInstance, "res/components/switch_1.svg")));
this->shadow->opacity = 0.0f;
}
};

Expand Down

0 comments on commit e38fe97

Please sign in to comment.