Fix for smoketest blocker 82194. sr=waterson, r=soemone, go look in the bug

This commit is contained in:
hyatt%netscape.com 2001-06-01 22:48:05 +00:00
Родитель 747861f9b3
Коммит d388bae9fe
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -688,6 +688,9 @@ nsSliderFrame::CurrentPositionChanged(nsIPresContext* aPresContext)
// get the thumb's rect
nsIFrame* thumbFrame = mFrames.FirstChild();
if (!thumbFrame)
return NS_OK; // The thumb may stream in asynchronously via XBL.
nsRect thumbRect;
thumbFrame->GetRect(thumbRect);