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

src/Builder4/ValaProjectSettingsPopover.bjs
src/Builder4/ValaProjectSettingsPopover.vala

index f0b41f8..0e4b93e 100644 (file)
     ],
     "hide" : [
      "() => {",
-     "\t  if (!this.done) {",
+     "  if (!this.done) {",
      "    _this.el.show();",
      "  ",
      "  }",
index 53f2d8a..29b5f28 100644 (file)
@@ -70,7 +70,7 @@ public class ValaProjectSettingsPopover : Object
         
         });
         this.el.hide.connect( () => {
-                 if (!this.done) {
+          if (!this.done) {
             _this.el.show();
           
           }