After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 668609 - Cursor should be hidden while calibrating
Cursor should be hidden while calibrating
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: Peter Hutterer
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-24 20:11 UTC by Cosimo Cecchi
Modified: 2012-01-24 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cosimo Cecchi 2012-01-24 20:11:27 UTC
Mouse cursor should be hidden while calibrating, since it's hard to pick the crosshair spot with the stylus if the cursor is in the way.

Should be possible to use gdk_window_set_cursor(GDK_BLANK_CURSOR) to make the cursor invisible.
Comment 1 Bastien Nocera 2012-01-24 20:23:19 UTC
commit af9b23230a8f2df6df1f0c6234c938ca0a9c0f81
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 24 20:22:46 2012 +0000

    wacom: Hide cursor when calibrating
    
    Otherwise the cursor might get in the way.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668609