]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/plot/plot.cpp
added cw6 fixes and patrick's patches
[wxWidgets.git] / samples / plot / plot.cpp
index 447944fd7bc1dab66fb888bfdcff84c87b8bcbee..3898313e1631bf629ac785d6a4d87f89894cb669 100644 (file)
@@ -121,6 +121,7 @@ MyFrame::MyFrame()
 
     m_plot = new wxPlotWindow( this, -1, wxPoint(0,0), wxSize(100,100), wxSUNKEN_BORDER | wxPLOT_DEFAULT );
     m_plot->SetUnitsPerValue( 0.01 );
+    m_plot->SetScrollOnThumbRelease( TRUE );
 
     m_plot->Add( new MyPlotCurve( 0,  -1.5, 1.5 ) );
     m_plot->Add( new MyPlotCurve( 50, -1.5, 1.5 ) );