Bug 210719 M17rc1 Trunk [@ nsTreeBodyFrame::ScrollCallback] - Bookmark Manager persistently scrolls up/down if a bookmark is dragged into the 'scroll up'/'scroll down' area just above/below the bookmarks, and dropped there

patch by mailto:durbacher@gmx.de r=varga sr=shaver


git-svn-id: svn://10.0.0.236/trunk@156362 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2004-05-13 18:06:09 +00:00
parent 96a9ce3c14
commit aa1a3e0fad

View File

@ -370,6 +370,11 @@ protected: // Data Members
: mValueArray(~PRInt32(0)) {
};
~Slots() {
if (mTimer)
mTimer->Cancel();
};
friend class nsTreeBodyFrame;
protected: