mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
hack to get redraw to work on setting bold or italics editor only
This commit is contained in:
parent
b62ad2c332
commit
4b46397958
@ -420,6 +420,9 @@ NS_IMETHODIMP nsTextEditor::SetTextProperty(nsIAtom *aProperty,
|
||||
}
|
||||
}
|
||||
if (gNoisy) {DebugDumpContent(); } // DEBUG
|
||||
//HACK TO DRAW CHANGES
|
||||
HACKForceRedraw();
|
||||
//END HACK
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user