summaryrefslogtreecommitdiff
path: root/vcl/workben/vcldemo.cxx
diff options
context:
space:
mode:
authorSarabjot Singh <saini.sarabjotsingh@gmail.com>2020-02-28 22:47:40 +0300
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-05-18 08:33:31 +0200
commit40e85aadbff8eaeba20ee6a39ca669d282d91005 (patch)
tree581f051765db01ac25b6d3426762d1c7b97155ca /vcl/workben/vcldemo.cxx
parent2b3879c748adb8d48606339cecaf81a12c19f697 (diff)
tdf#104169 - Change mouse cursor to FatCross in calc spreadsheet
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 <mesutcifci97@gmail.com> Change-Id: I672a058cc702eab0cba6ac953534def915766859 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114679 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/workben/vcldemo.cxx')
-rw-r--r--vcl/workben/vcldemo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index 45d541c35546..38557c20b955 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -1885,6 +1885,7 @@ const PointerData gvPointerData [] = {
{ PointerStyle::TabSelectSW, "TabSelectSW" },
{ PointerStyle::HideWhitespace, "HideWhitespace" },
{ PointerStyle::ShowWhitespace, "ShowWhitespace" },
+ { PointerStyle::FatCross, "FatCross" },
};
namespace {