]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/scrolbar.cpp
Updated Scintilla to version 1.58
[wxWidgets.git] / src / mac / scrolbar.cpp
index 680bc2f33d19f1c21fa5789e20b3953b240a4c38..3b08c25ecccd30e61c82e8e4cacf4cf92d2b7982 100644 (file)
@@ -116,7 +116,7 @@ void wxScrollBar::MacHandleControlClick( WXWidget control , wxInt16 controlpart
     int maxPos = GetControl32BitMaximum( (ControlHandle) m_macControl) ;
     
     wxEventType scrollEvent = wxEVT_NULL;
-    int nScrollInc;
+    int nScrollInc = 0;
     
     // all events have already been reported during mouse down, except for THUMBRELEASE
     if ( !mouseStillDown && controlpart !=kControlIndicatorPart )