From: Robert Roebling Date: Wed, 1 Mar 2000 20:11:47 +0000 (+0000) Subject: typo in plot.cpp X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ca6942f6af699df04a4ddf93f5134a53bf74a5e typo in plot.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/plot.cpp b/src/generic/plot.cpp index ba41417925..2ae40ff7ec 100644 --- a/src/generic/plot.cpp +++ b/src/generic/plot.cpp @@ -226,7 +226,7 @@ void wxPlotArea::OnMouse( wxMouseEvent &event ) event1.SetPosition( (int)floor(x/m_owner->GetZoom()) ); m_owner->GetEventHandler()->ProcessEvent( event1 ); - if (curve != m_owner->GetCurrent()); + if (curve != m_owner->GetCurrent()) { wxPlotEvent event2( wxEVT_PLOT_SEL_CHANGING, m_owner->GetId() ); event2.SetEventObject( m_owner );