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
parent b62ad2c332
commit 4b46397958

View File

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