[shotwell] slideshow: Suspend hiding the cursor
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] slideshow: Suspend hiding the cursor
- Date: Fri, 12 Oct 2018 08:38:47 +0000 (UTC)
commit 8b3a8a8645fe1cfcba2744c730d933f71600a4c7
Author: Jens Georg <mail jensge org>
Date: Fri Oct 12 10:35:44 2018 +0200
slideshow: Suspend hiding the cursor
When showing the settings dialog, suspend hiding the cursor on the
slideshow to make it easier to navigate back into the settings dialog
Fixes #67
src/SlideshowPage.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/SlideshowPage.vala b/src/SlideshowPage.vala
index 18fef7f3..da1306cc 100644
--- a/src/SlideshowPage.vala
+++ b/src/SlideshowPage.vala
@@ -362,6 +362,7 @@ class SlideshowPage : SinglePhotoPage {
bool slideshow_playing = playing;
playing = false;
hide_toolbar();
+ suspend_cursor_hiding();
if (settings_dialog.run() == Gtk.ResponseType.OK) {
// sync with the config setting so it will persist
@@ -375,6 +376,7 @@ class SlideshowPage : SinglePhotoPage {
}
settings_dialog.destroy();
+ restore_cursor_hiding();
playing = slideshow_playing;
timer.start();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]