Bugfixes right memo
This commit is contained in:
parent
27e4f11421
commit
abbd221f77
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ var memo = {
|
||||||
rightOverflow.setBoolValue(0);
|
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);
|
rightLines[rightLineIndex].setValue(me.msg);
|
||||||
rightLinesCol[rightLineIndex].setValue(me.colour);
|
rightLinesCol[rightLineIndex].setValue(me.colour);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue