mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 14:54:29 +00:00
OS/2 bustage
This commit is contained in:
parent
53f30e869b
commit
bec6bed40a
@ -2014,7 +2014,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte
|
||||
PRInt16 textSel=0;
|
||||
(*aSelectionController)->GetSelectionFlags(&textSel);
|
||||
if (!(textSel & nsISelectionDisplay::DISPLAY_TEXT))
|
||||
aDisplayingSelection = false;
|
||||
aDisplayingSelection = PR_FALSE;
|
||||
|
||||
// Transform text from content into renderable form
|
||||
// XXX If the text fragment is already Unicode and text text wasn't
|
||||
|
@ -2014,7 +2014,7 @@ nsresult nsTextFrame::GetTextInfoForPainting(nsIPresContext* aPresConte
|
||||
PRInt16 textSel=0;
|
||||
(*aSelectionController)->GetSelectionFlags(&textSel);
|
||||
if (!(textSel & nsISelectionDisplay::DISPLAY_TEXT))
|
||||
aDisplayingSelection = false;
|
||||
aDisplayingSelection = PR_FALSE;
|
||||
|
||||
// Transform text from content into renderable form
|
||||
// XXX If the text fragment is already Unicode and text text wasn't
|
||||
|
Loading…
Reference in New Issue
Block a user