typo in plot.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,7 +226,7 @@ void wxPlotArea::OnMouse( wxMouseEvent &event )
|
|||||||
event1.SetPosition( (int)floor(x/m_owner->GetZoom()) );
|
event1.SetPosition( (int)floor(x/m_owner->GetZoom()) );
|
||||||
m_owner->GetEventHandler()->ProcessEvent( event1 );
|
m_owner->GetEventHandler()->ProcessEvent( event1 );
|
||||||
|
|
||||||
if (curve != m_owner->GetCurrent());
|
if (curve != m_owner->GetCurrent())
|
||||||
{
|
{
|
||||||
wxPlotEvent event2( wxEVT_PLOT_SEL_CHANGING, m_owner->GetId() );
|
wxPlotEvent event2( wxEVT_PLOT_SEL_CHANGING, m_owner->GetId() );
|
||||||
event2.SetEventObject( m_owner );
|
event2.SetEventObject( m_owner );
|
||||||
|
Reference in New Issue
Block a user