Bugfixes right memo

This commit is contained in:
Jonathan Redpath 2019-02-14 01:29:40 +00:00 committed by GitHub
parent 27e4f11421
commit abbd221f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ var memo = {
rightOverflow.setBoolValue(0);
}
if (rightLines[rightLineIndex].getValue() != "" == "" and rightLineIndex <= 7) { # at empty line
if (rightLines[rightLineIndex].getValue() == "" and rightLineIndex <= 7) { # at empty line
rightLines[rightLineIndex].setValue(me.msg);
rightLinesCol[rightLineIndex].setValue(me.colour);
}