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

git-svn-id: svn://10.0.0.236/trunk@29813 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com 1999-04-30 00:06:40 +00:00
parent ca7ebb605c
commit 9a8eb984ef

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;
}