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

index 1461ea1..7e9c087 100644 (file)
@@ -969,6 +969,9 @@ public class WindowState : Object
                                break;
                   
                        case State.CODE: 
+                               this.win.search_entry.el.show();
+                               this.win.search_results.el.show();
+                               // continue thru..
                        case State.PROP:
                        case State.LISTENER:
                        case State.OBJECT: