[aseprite] 11/51: Update mouse cursor immediately after we change it to native mouse cursor

Tobias Hansen thansen at moszumanska.debian.org
Mon Jul 11 21:35:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit a9cea5ab42f2900062fbbe302f76019217e6ff58
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Jun 14 09:36:50 2016 -0300

    Update mouse cursor immediately after we change it to native mouse cursor
---
 src/ui/system.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ui/system.cpp b/src/ui/system.cpp
index 820c4e5..fb2b4ce 100644
--- a/src/ui/system.cpp
+++ b/src/ui/system.cpp
@@ -189,6 +189,7 @@ void update_cursor_overlay()
 void set_use_native_cursors(bool state)
 {
   use_native_mouse_cursor = state;
+  update_mouse_cursor();
 }
 
 CursorType get_mouse_cursor()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list