[Commits] [SCM] claws branch, litehtml, updated. 3.17.0-170-g377b0de
miras at claws-mail.org
miras at claws-mail.org
Fri Nov 9 17:09:03 CET 2018
The branch, litehtml has been updated
via 377b0de686d6815baa9d151297490217f6f258a3 (commit)
from a8b88230d78bbe52b60623a0fb5355f69e1ad7f4 (commit)
Summary of changes:
src/plugins/litehtml_viewer/lh_widget.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 377b0de686d6815baa9d151297490217f6f258a3
Author: Michael Rasmussen <mir at datanom.net>
Date: Fri Nov 9 17:08:56 2018 +0100
Fix wrong cursor type
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/plugins/litehtml_viewer/lh_widget.cpp b/src/plugins/litehtml_viewer/lh_widget.cpp
index 0b0839b..432a169 100644
--- 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)
{
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list