call clickSelf if not handled in a child class.

git-svn-id: svn://10.0.0.236/trunk@12320 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1998-10-08 21:22:27 +00:00
parent 847afec06f
commit d2ce75c51d

View File

@ -208,6 +208,8 @@ void CDragBar::Click(SMouseDownEvent& inMouseDown)
theClickedPane = FindSubPaneHitBy(inMouseDown.wherePort.h, inMouseDown.wherePort.v);
if (theClickedPane != NULL)
theClickedPane->Click(inMouseDown);
else
ClickSelf(inMouseDown);
}
}