src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 16 Jul 2015 08:39:09 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Jul 2015 08:39:09 +0000 (16:39 +0800)
src/Builder4/WindowState.vala

index 69956d9..6c86117 100644 (file)
@@ -935,8 +935,12 @@ public class WindowState : Object
        {
                // basically hide everything, then show the relivant..
 
-                this.win.backbutton.el.hide();
-       
+               // top bar btns
+               this.win.openbtn.el.hide();
+               this.win.openbackbtn.el.hide();
+               
+               this.win.backbutton.el.hide();
+               
                this.win.projectbutton.el.hide(); // show file nav...
                this.win.editfilebutton.el.hide();
                this.win.projecteditbutton.el.hide();