[shotwell] Revert "Hide toolbar when switching away from fullscreen"



commit 5ff76741fd6c29952b7d94343e3e160d1ecc693a
Author: Jens Georg <mail jensge org>
Date:   Sat May 21 22:27:48 2016 +0200

    Revert "Hide toolbar when switching away from fullscreen"
    
    Unfortunately, this makes the toolbar diappear when selecting a tool
    
    This reverts commit 61941ad671534d15d5474460a8cd13cdae6b48c2.

 src/AppWindow.vala |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index 3206006..743c72e 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -81,16 +81,6 @@ public class FullscreenWindow : PageWindow {
         toolbar_window.add(toolbar);
         
         toolbar_window.realize.connect(on_toolbar_realized);
-
-        this.focus_in_event.connect(() => {
-            toolbar_window.show();
-            return false;
-        });
-
-        this.focus_out_event.connect (() => {
-            toolbar_window.hide();
-            return false;
-        });
         
         add(page);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]