summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2016-02-17 21:56:54 +0000
committerMichael Meeks <michael.meeks@collabora.com>2016-02-17 21:56:54 +0000
commit497c511f082d8c0eb0db0f7cbc490a6c91f78d66 (patch)
treeae08606b65c2bb9c72937016c64fe5626917fffb
parentc4c3aa5cd957067709e24037d7f40246039660fc (diff)
tdf#97922 - Mend nonsensical spin invalidation to improve rendering.
Change-Id: Ief3d95b0b03e8062115785461b3834a03f9fb52b
-rw-r--r--vcl/source/window/toolbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index 9c1e93b06778..0d076a498598 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -3581,7 +3581,7 @@ bool ToolBox::ImplHandleMouseButtonUp( const MouseEvent& rMEvt, bool bCancel )
mbUpper = false;
mbLower = false;
mbIn = false;
- InvalidateSpin(false, false);
+ InvalidateSpin();
return true;
}