zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 78222b8a697f626aed6f075d8c2913cc8ea02245
parent 729164aa379a457be7137e6d630b80485dae50c0
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Mon, 23 Feb 2015 12:23:01 -0500

UI: Fix Pause || in MasterUI

Diffstat:
Msrc/UI/MasterUI.fl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -727,7 +727,7 @@ mastermenu->redraw();} class Fl_Osc_Button } Fl_Button pausebutton { - label {@||} + label {| |} callback {o->deactivate(); o->oscWrite("HDDRecorder/pause"); recordbutton->activate();