diff options
Diffstat (limited to 'vcl/source/control/edit.cxx')
-rw-r--r-- | vcl/source/control/edit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index e83ae507aa7d..9ff20ba8b47e 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -1375,7 +1375,7 @@ void Edit::MouseButtonDown( const MouseEvent& rMEvt ) ImplSetCursorPos( nCharPos, rMEvt.IsShift() ); if ( !mbClickedInSelection && rMEvt.IsLeft() && ( rMEvt.GetClicks() == 1 ) ) - StartTracking( STARTTRACK_SCROLLREPEAT ); + StartTracking( StartTrackingFlags::ScrollRepeat ); } mbInMBDown = true; // then do not select all in GetFocus |