summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2022-04-11 17:07:36 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-12 07:48:54 +0200
commit8a62db9759696cd3e5ba980f687c9be91490b4a5 (patch)
tree2240b096e3c6291d029744828b8145ecdb89e791
parent73ee783b6cacceffe79c1772ab861019652ddb98 (diff)
tdf#148481 Map RefHand cursor to Qt::PointingHand
Change-Id: I79c7008655f22737f92a4a6430f1380e81c1c386 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132833 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 9ae398054833120df36bf51738cc4cfd7efb3fdc) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132713 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--vcl/qt5/QtData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/QtData.cxx b/vcl/qt5/QtData.cxx
index e67abdd76224..a4b9141e43db 100644
--- a/vcl/qt5/QtData.cxx
+++ b/vcl/qt5/QtData.cxx
@@ -228,7 +228,7 @@ QCursor& QtData::getCursor(PointerStyle ePointerStyle)
MAP_BUILTIN(PointerStyle::HSizeBar, Qt::SizeHorCursor);
MAP_BUILTIN(PointerStyle::VSizeBar, Qt::SizeVerCursor);
- MAP_BUILTIN(PointerStyle::RefHand, Qt::OpenHandCursor);
+ MAP_BUILTIN(PointerStyle::RefHand, Qt::PointingHandCursor);
MAP_BUILTIN(PointerStyle::Hand, Qt::OpenHandCursor);
#if 0
MAP_BUILTIN( PointerStyle::Pen, GDK_PENCIL );