Fix wrong cursor type
authorMichael Rasmussen <mir@datanom.net>
Fri, 9 Nov 2018 16:08:56 +0000 (17:08 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 12 Feb 2019 18:38:09 +0000 (19:38 +0100)
Signed-off-by: Michael Rasmussen <mir@datanom.net>
src/plugins/litehtml_viewer/lh_widget.cpp

index 0b0839b1087dd0206b36d63dc20b6e2f292f2189..432a1699eae72d7741e32d77599f7678fbcc6231 100644 (file)
@@ -298,7 +298,7 @@ void lh_widget::update_cursor()
     GdkCursorType cursType = GDK_ARROW;
     if(m_cursor == _t("pointer"))
     {
-        cursType = GDK_HAND1;
+        cursType = GDK_HAND2;
     }
     if(cursType == GDK_ARROW)
     {