diff options
author | Sarabjot Singh <saini.sarabjotsingh@gmail.com> | 2020-02-28 22:47:40 +0300 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-05-18 08:33:31 +0200 |
commit | 40e85aadbff8eaeba20ee6a39ca669d282d91005 (patch) | |
tree | 581f051765db01ac25b6d3426762d1c7b97155ca /include/vcl | |
parent | 2b3879c748adb8d48606339cecaf81a12c19f697 (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 'include/vcl')
-rw-r--r-- | include/vcl/ptrstyle.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 |