Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Nov 25, 2024
1 parent df6ca01 commit f7c94e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sst/jucegui/components/GlyphPainter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ void paintFromSvg(juce::Graphics &g, const juce::Rectangle<int> &into, const std
auto res = juce::Drawable::createFromImageData(svg.data(), svg.size());
dbls[path] = std::move(res);
}
catch (std::exception &e)
catch (std::exception &)
{
g.setColour(juce::Colours::red);
g.fillRect(into);
// oh well
}
}

Expand Down

0 comments on commit f7c94e8

Please sign in to comment.