src/Builder4/PopoverFileDetails.bjs
authorAlan <alan@roojs.com>
Wed, 6 Jul 2022 09:26:32 +0000 (17:26 +0800)
committerAlan <alan@roojs.com>
Wed, 6 Jul 2022 09:26:32 +0000 (17:26 +0800)
src/Builder4/PopoverFileDetails.vala

src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala

index 7831962..719d13d 100644 (file)
      "( ) => {",
      "",
      " if (!this.done) {",
-     "    _this.el.show();",
+     "    _this.el.show_all();",
      "  ",
      "  }",
      "}",
index 8e8d702..85ba4d6 100644 (file)
@@ -66,7 +66,7 @@ public class Xcls_PopoverFileDetails : Object
         this.el.hide.connect( ( ) => {
         
          if (!this.done) {
-            _this.el.show();
+            _this.el.show_all();
           
           }
         });