commit 573de41ec0b08316fdb16019debbad4b0b230fb4 parent afa5797e430f740eadb0a2598dc1b3ea4e57dee2 Author: fundamental <[email protected]> Date: Fri, 18 Nov 2016 17:28:56 -0500 Repaint LV2 UI After Receiving OSC Port Diffstat:
M | src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp b/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp @@ -91,6 +91,7 @@ protected: if (oscPort != port) { oscPort = port; + repaint(); } } break; }