diff options
author | Rr42 | 2018-06-23 14:31:58 +0530 |
---|---|---|
committer | Rr42 | 2018-06-23 14:31:58 +0530 |
commit | 27ba12ab2e6014f80b7391a5f765f6cd657f5707 (patch) | |
tree | 5d684fddf12c626603f0f795ec5f7e2d3d84525d /ldmicro/maincontrols.cpp | |
parent | dde93f78fd502ff62d7977460faf1d20a3f98c54 (diff) | |
download | LDMicroGtk-27ba12ab2e6014f80b7391a5f765f6cd657f5707.tar.gz LDMicroGtk-27ba12ab2e6014f80b7391a5f765f6cd657f5707.tar.bz2 LDMicroGtk-27ba12ab2e6014f80b7391a5f765f6cd657f5707.zip |
Fixed bug where ladder program did not compile from GUI.
Diffstat (limited to 'ldmicro/maincontrols.cpp')
-rw-r--r-- | ldmicro/maincontrols.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldmicro/maincontrols.cpp b/ldmicro/maincontrols.cpp index e964aa1..93136d5 100644 --- a/ldmicro/maincontrols.cpp +++ b/ldmicro/maincontrols.cpp @@ -980,7 +980,7 @@ void GenerateIoListDontLoseSelection(void) break; } } - // IoListSelectionPoint = GenerateIoList(IoListSelectionPoint); + IoListSelectionPoint = GenerateIoList(IoListSelectionPoint); // can't just update the listview index; if I/O has been added then the // new selection point might be out of range till we refill it |