From 10480aaceefb089c205787b619272df41b8119a6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 18 Mar 2013 07:57:23 +0000 Subject: [PATCH] Don't register zyn uipart callback, has conflicts --- source/backend/native/zynaddsubfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/native/zynaddsubfx.cpp b/source/backend/native/zynaddsubfx.cpp index 2f7170ca8..6b9bbe377 100644 --- a/source/backend/native/zynaddsubfx.cpp +++ b/source/backend/native/zynaddsubfx.cpp @@ -432,7 +432,7 @@ private: { fUiClosed = 0; fUi = new MasterUI(kMaster, &fUiClosed); - fUi->npartcounter->callback(_npartcounterCallback, this); + //fUi->npartcounter->callback(_npartcounterCallback, this); fUi->showUI(); } }