We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea84d commit 8465946Copy full SHA for 8465946
1 file changed
Source/Processors/Editors/VisualizerEditor.cpp
@@ -201,7 +201,7 @@ void VisualizerEditor::buttonClicked (Button* button)
201
GenericEditor::buttonClicked (button);
202
203
// Handle the buttons to open the canvas in a tab or window
204
- if ((button == windowSelector || button == tabSelector) && canvas == nullptr)
+ if (canvas == nullptr)
205
{
206
canvas = createNewCanvas();
207
canvas->update();
0 commit comments