GNOME Bugzilla – Bug 683104
display: make it harder to hit the auto-hide toolbar
Last modified: 2016-03-31 13:56:21 UTC
see patches
Created attachment 223063 [details] [review] Remove display enter/leave notify handler This handler was required only when auto-hiding the toolbar in window mode. In fullscreen mode, it only contributes to wrongly stopping timers.
Created attachment 223064 [details] [review] display: make it harder to hit the auto-hide toolbar Use a timer of App.app.duration before showing the toolbar. This makes it easier to use GNOME3 hot corner with Boxes.
Review of attachment 223063 [details] [review]: 'was'? We don't support window mode anymore?
Review of attachment 223064 [details] [review]: Looks good!
Review of attachment 223063 [details] [review]: no, we don't have auto-hide toolbar in window mode for a long time now :)
Attachment 223063 [details] pushed as 6dd53ba - Remove display enter/leave notify handler Attachment 223064 [details] pushed as 9274714 - display: make it harder to hit the auto-hide toolbar