talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 5f100b9612fc42434d8793bc78a8241ec5fb7669
parent 1e2ed07afeefa2bb748f273a8d3ad0519d78c54e
Author: Michael Rasmussen <mir@datanom.net>
Date:   Fri,  9 Nov 2018 17:08:56 +0100

Fix wrong cursor type

Signed-off-by: Michael Rasmussen <mir@datanom.net>

Diffstat:
Msrc/plugins/litehtml_viewer/lh_widget.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/litehtml_viewer/lh_widget.cpp b/src/plugins/litehtml_viewer/lh_widget.cpp @@ -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) {