summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bf57d1a)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxToolBarSimple::OnMouseEvent ( wxMouseEvent & event )
{
wxCoord x, y;
void wxToolBarSimple::OnMouseEvent ( wxMouseEvent & event )
{
wxCoord x, y;
- event.Position(&x, &y);
+ event.GetPosition(&x, &y);
wxToolBarTool *tool = FindToolForPosition(x, y);
if (event.LeftDown())
wxToolBarTool *tool = FindToolForPosition(x, y);
if (event.LeftDown())