commit c704c4f235b6bfc9cd971a5c5592c8370d66ffb9
parent e70011c3d34b4caf6f7fba74848946c4b9d789c4
Author: fundamental <[email protected]>
Date: Fri, 17 Oct 2014 11:34:26 -0400
Fix Broken Bankselect Fl_Choice Widget
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/UI/BankView.cpp b/src/UI/BankView.cpp
@@ -27,6 +27,7 @@ void BankList::OSC_raw(const char *msg)
const int pos = rtosc_argument(msg, 0).i;
const char *path = rtosc_argument(msg, 1).s;
+ value(0);
if(pos == 0)
this->clear();