Skip to content

Commit 51655a6

Browse files
committed
Fix visual glitch
1 parent cca5074 commit 51655a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ PluginEditor::PluginEditor(PluginProcessor& p)
264264
addAndMakeVisible(statusbar.get());
265265

266266
consoleMessageDisplay->setAlwaysOnTop(true);
267-
addAndMakeVisible(consoleMessageDisplay.get());
267+
addChildComponent(consoleMessageDisplay.get());
268268

269269
audioToolbar = std::make_unique<AudioToolbar>(pd, this);
270270
audioToolbar->setAlwaysOnTop(true);

0 commit comments

Comments
 (0)