Small selection fix, force update when frane changes but content stays the same.

This commit is contained in:
rods%netscape.com 1998-08-03 22:53:27 +00:00
Родитель 3cd8bb5742
Коммит e5af87628b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -800,6 +800,7 @@ NS_METHOD nsFrame::HandleDrag(nsIPresContext& aPresContext,
if (SELECTION_DEBUG) printf("HandleDrag::New Frame, same content.\n");
AdjustPointsInNewContent(aPresContext, aEvent, aFrame);
addRangeToSelectionTrackers(currentContent, currentContent, kInsertInAddList);
} else if (gDoc->IsBefore(newContent, currentContent)) {
if (SELECTION_DEBUG) printf("HandleDrag::New Frame, is Before.\n");