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:
parent
847afec06f
commit
d2ce75c51d
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user