Skip to content

Commit 2e5f703

Browse files
committed
fix: Correct typo in background color reference in PluginEditor
1 parent 0e44342 commit 2e5f703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external/dmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 5b48489ac27379232e165d5a43457edccf21ee5f
1+
Subproject commit 4ba3578d825d4e39b2e71be9e608ed58c14ec643

src/app/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PluginEditor::paint(juce::Graphics& g)
4747
TRACER("PluginEditor::paint");
4848

4949
// Just painting the background
50-
g.fillAll(dmt::Settings::Window::backroundColour);
50+
g.fillAll(dmt::Settings::Window::backgroundColour);
5151
}
5252

5353
//==============================================================================

0 commit comments

Comments
 (0)