[shotwell/shotwell-0.24] Fix toolbox not visible in fullscreen
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/shotwell-0.24] Fix toolbox not visible in fullscreen
- Date: Sat, 4 Mar 2017 09:40:59 +0000 (UTC)
commit b39169533b6497e093bd5b7af24f9de6e8c07162
Author: Jens Georg <mail jensge org>
Date: Thu Mar 2 23:32:48 2017 +0100
Fix toolbox not visible in fullscreen
Seems to affect Cinnamon so far. Most likely due to the work-around
for crashing on wayland (1eec412e97c255c9ca235e039dcdc59ee4c3c140)
Signed-off-by: Jens Georg <mail jensge org>
src/PhotoPage.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/PhotoPage.vala b/src/PhotoPage.vala
index 0e14aab..032ed01 100644
--- a/src/PhotoPage.vala
+++ b/src/PhotoPage.vala
@@ -2178,6 +2178,7 @@ public abstract class EditingHostPage : SinglePhotoPage {
return;
// do this so window size is properly allocated, but window not shown
+ tool_window.set_transient_for(AppWindow.get_instance());
tool_window.show_all();
tool_window.hide();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]