diff options
-rw-r--r-- | sc/source/ui/view/overlayobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/overlayobject.cxx b/sc/source/ui/view/overlayobject.cxx index 469e98d387d2..cc688f4301e0 100644 --- a/sc/source/ui/view/overlayobject.cxx +++ b/sc/source/ui/view/overlayobject.cxx @@ -32,7 +32,7 @@ using sdr::overlay::OverlayObject; using sdr::overlay::OverlayManager; -#define DASH_UPDATE_INTERVAL 180 // in msec +#define DASH_UPDATE_INTERVAL 500 // in msec ScOverlayDashedBorder::ScOverlayDashedBorder(const ::basegfx::B2DRange& rRange, const Color& rColor) : OverlayObject(rColor), |