Indicators should now clear as intended.
This commit is contained in:
parent
e1307b84a1
commit
94cd8526f2
|
@ -2113,7 +2113,7 @@ void XmlCtrl::setErrorIndicator ( int line, int column )
|
|||
|
||||
void XmlCtrl::clearErrorIndicators ( int maxLine )
|
||||
{
|
||||
if ( maxLine < 1 )
|
||||
if ( maxLine < 0 )
|
||||
return;
|
||||
|
||||
int documentLength = GetLength();
|
||||
|
|
Loading…
Reference in New Issue