src/Builder4/PopoverFiles.bjs
authorAlan <alan@roojs.com>
Fri, 20 May 2022 06:39:08 +0000 (14:39 +0800)
committerAlan <alan@roojs.com>
Fri, 20 May 2022 06:39:08 +0000 (14:39 +0800)
src/Builder4/PopoverFiles.vala

src/Builder4/PopoverFiles.bjs
src/Builder4/PopoverFiles.vala

index c52cab8..826ab4f 100644 (file)
      "//\t\tthis.selectProject(project);",
      "//\t}",
      " \tif (_this.win.windowstate.project == null) {",
-     " \t\treturn;",
+     " \t\tthis.el.show();",
      "\t}",
      "}"
     ]
index 90241b4..89c3136 100644 (file)
@@ -58,7 +58,7 @@ public class Xcls_PopoverFiles : Object
         //             this.selectProject(project);
         //     }
                if (_this.win.windowstate.project == null) {
-                       return;
+                       this.el.show();
                }
         });
     }