commit 6830c86408641b9934c8740fb838cf21a9f2fd15 parent ffc8fe3d3114437ae83066bf8c3a4dbe8e328422 Author: Adam M <aemalone@gmail.com> Date: Sun, 10 Feb 2019 18:04:10 -0600 Fixing issue 6 - programmed sequence not loading after re-load Diffstat:
M | src/ComputerscareOhPeas.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ComputerscareOhPeas.cpp b/src/ComputerscareOhPeas.cpp @@ -137,6 +137,7 @@ struct ComputerscareOhPeas : Module { textField->text = json_string_value(sequenceJ); } } + setQuant(); }