This commit is contained in:
jkeiser%netscape.com 2003-05-03 01:29:41 +00:00
Родитель a9d00a1ff9
Коммит 6d07316a09
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2255,7 +2255,7 @@ nsEventStateManager::ClearFrameRefs(nsIFrame* aFrame)
if (aFrame == mLastDragOverFrame)
mLastDragOverFrame = nsnull;
if (aFrame == mGestureDownFrame) {
mGestureDownFrame = nsnull;
StopTrackingDragGesture();
#if CLICK_HOLD_CONTEXT_MENUS
mEventDownWidget = nsnull;
mEventPresContext = nsnull;