Skip to content

Commit 8465946

Browse files
committed
Change VisualizerEditor back since whether it would fix anything is actually a race condition
1 parent a2ea84d commit 8465946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/Editors/VisualizerEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void VisualizerEditor::buttonClicked (Button* button)
201201
GenericEditor::buttonClicked (button);
202202

203203
// Handle the buttons to open the canvas in a tab or window
204-
if ((button == windowSelector || button == tabSelector) && canvas == nullptr)
204+
if (canvas == nullptr)
205205
{
206206
canvas = createNewCanvas();
207207
canvas->update();

0 commit comments

Comments
 (0)