We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e44342 commit 2e5f703Copy full SHA for 2e5f703
external/dmt
@@ -1 +1 @@
1
-Subproject commit 5b48489ac27379232e165d5a43457edccf21ee5f
+Subproject commit 4ba3578d825d4e39b2e71be9e608ed58c14ec643
src/app/PluginEditor.cpp
@@ -47,7 +47,7 @@ PluginEditor::paint(juce::Graphics& g)
47
TRACER("PluginEditor::paint");
48
49
// Just painting the background
50
- g.fillAll(dmt::Settings::Window::backroundColour);
+ g.fillAll(dmt::Settings::Window::backgroundColour);
51
}
52
53
//==============================================================================
0 commit comments