more compatible unset of row marker

This commit is contained in:
Garvin Hicking
2004-06-04 14:45:29 +00:00
parent f63a765279
commit 4d767eb97a

View File

@@ -607,7 +607,7 @@ function setVerticalPointer(theRow, theColNum, theAction, theDefaultColor1, theD
} }
else if (theAction == 'click' && theMarkColor != '') { else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor; newColor = theMarkColor;
marked_row[theColNum] = null; marked_row[theColNum] = false;
} }
} }
// 4.1.3 Current color is the marker one // 4.1.3 Current color is the marker one