Skip to content

Commit 8352891

Browse files
committed
Remove duplicate button events on visualizers
1 parent dda30b6 commit 8352891

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Source/Processors/Editors/VisualizerEditor.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ void VisualizerEditor::buttonClicked (Button* button)
266266
}
267267
}
268268

269-
// Pass the button event along to subclasses.
270-
buttonEvent (button);
269+
271270
}
272271

273272

0 commit comments

Comments
 (0)