This commit is contained in:
mkaply%us.ibm.com 2001-12-18 06:15:46 +00:00
Родитель 1d36afaa71
Коммит 2c2354dc9b
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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