From 40e85aadbff8eaeba20ee6a39ca669d282d91005 Mon Sep 17 00:00:00 2001 From: Sarabjot Singh Date: Fri, 28 Feb 2020 22:47:40 +0300 Subject: tdf#104169 - Change mouse cursor to FatCross in calc spreadsheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added new cursor FatCross to calc. Change mouse cursor to FatCross while hovering over the spreadsheet in calc instead of earlier Arrow. Co-authored-by: Mesut Çifci Change-Id: I672a058cc702eab0cba6ac953534def915766859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114679 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- include/vcl/ptrstyle.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/ptrstyle.hxx b/include/vcl/ptrstyle.hxx index e2ae0238e301..fa45246a816d 100644 --- a/include/vcl/ptrstyle.hxx +++ b/include/vcl/ptrstyle.hxx @@ -116,7 +116,8 @@ enum class PointerStyle TabSelectSW, HideWhitespace, ShowWhitespace, - LAST = ShowWhitespace, + FatCross, + LAST = FatCross, }; #endif // INCLUDED_VCL_PTRSTYLE_HXX -- cgit