vcl/qt5/QtData.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ae398054833120df36bf51738cc4cfd7efb3fdc
Author:     Jan-Marek Glogowski <glo...@fbihome.de>
AuthorDate: Mon Apr 11 17:07:36 2022 +0200
Commit:     Jan-Marek Glogowski <glo...@fbihome.de>
CommitDate: Mon Apr 11 20:30:51 2022 +0200

    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 <glo...@fbihome.de>

diff --git a/vcl/qt5/QtData.cxx b/vcl/qt5/QtData.cxx
index 8b60fc46ed56..7d2d0418e80e 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 );

Reply via email to