From 1eda313316411c873f8388f971157664827d1ac9 Mon Sep 17 00:00:00 2001 From: Pascal Gauthier Date: Sat, 25 Oct 2014 21:59:41 -0400 Subject: [PATCH] Version 0.8.0 --- Source/GlobalEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GlobalEditor.cpp b/Source/GlobalEditor.cpp index 6252201..4a31713 100644 --- a/Source/GlobalEditor.cpp +++ b/Source/GlobalEditor.cpp @@ -613,7 +613,7 @@ void GlobalEditor::updateVu(float f) { } void GlobalEditor::setMonoState(bool state) { - monoMode->setToggleState(state ? Button::ButtonState::buttonDown : Button::ButtonState::buttonNormal, dontSendNotification); + monoMode->setToggleState(state ? Button::buttonDown : Button::buttonNormal, dontSendNotification); } //[/MiscUserCode]