hack to get redraw to work on setting bold or italics editor only

This commit is contained in:
mjudge%netscape.com 1999-04-30 00:06:40 +00:00
Родитель b62ad2c332
Коммит 4b46397958
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -420,6 +420,9 @@ NS_IMETHODIMP nsTextEditor::SetTextProperty(nsIAtom *aProperty,
}
}
if (gNoisy) {DebugDumpContent(); } // DEBUG
//HACK TO DRAW CHANGES
HACKForceRedraw();
//END HACK
return result;
}