fix 26441. comment out annoying assertion for now. r=akkana. a=bobj

This commit is contained in:
ftang%netscape.com 2000-02-17 00:56:00 +00:00
Родитель c28fde0881
Коммит 450f9210cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3010,7 +3010,7 @@ nsWidget::SetXICSpotLocation(nsPoint aPoint)
{
return;
}
NS_ASSERTION( (aPoint.y >0), "strange position for XIC");
// NS_ASSERTION( (aPoint.y >0), "strange position for XIC");
if(aPoint.y <= 0)
return;