GNOME Bugzilla – Bug 774922
Event move mouse cursor can lead to mass confusion and other dark predicaments
Last modified: 2017-04-17 18:20:40 UTC
Just to report that when dragging an event to move it across days in month view (and eventually weekview), the mouse cursor is a "+" symbol instead of the "move" arrow symbol. Maybe something to do with telling GTK the type of drag action you're doing?
(In reply to Jean-François Fortin Tam from comment #0) > Just to report that when dragging an event to move it across days in month > view (and eventually weekview), the mouse cursor is a "+" symbol instead of > the "move" arrow symbol. Maybe something to do with telling GTK the type of > drag action you're doing? Has the cursor ever changed to a move arrow in the past? Because this isn't really a bug.
I'm working on fixing this issue, as communicated with Georges over IRC.
Created attachment 348546 [details] [review] views: use ACTION_MOVE to display correct cursor There are two ACTION_COPYs left, one in gcal-date-chooser-day.c and the other in gcal-date-chooser.c; should I change those too?
Review of attachment 348546 [details] [review]: Looks very good! Thanks!
Thanks for the patches. Attachment 348546 [details] pushed as de2578a - views: use ACTION_MOVE to display correct cursor