src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 12:35:35 +0000 (20:35 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 12:35:35 +0000 (20:35 +0800)
src/Builder4/WindowState.vala

index 7e9c087..6c93ddd 100644 (file)
@@ -971,6 +971,11 @@ public class WindowState : Object
                        case State.CODE: 
                                this.win.search_entry.el.show();
                                this.win.search_results.el.show();
+                               this.win.backbutton.el.show();
+                               this.win.objectshowbutton.el.show(); // add objects
+                               this.win.addpropbutton.el.show();  
+                               this.win.addlistenerbutton.el.show(); 
+                               break;
                                // continue thru..
                        case State.PROP:
                        case State.LISTENER: