src/Builder4/Editor.bjs
authorAlan <alan@roojs.com>
Thu, 18 Aug 2022 09:49:17 +0000 (17:49 +0800)
committerAlan <alan@roojs.com>
Thu, 18 Aug 2022 09:49:17 +0000 (17:49 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 3f2de3c..6909ed1 100644 (file)
            "xtype" : "CheckMenuItem"
           }
          ],
-         "listeners" : {
-          "popped_up" : [
-           "(flipped_rect, final_rect, flipped_x, flipped_y) => {",
-           "",
-           "\tthis.el.show_all();",
-           "}",
-           ""
-          ]
-         },
          "xtype" : "Menu"
         }
        ],
index 435a65a..860e039 100644 (file)
@@ -1245,12 +1245,6 @@ public class Editor : Object
             var child_2 = new Xcls_CheckMenuItem26( _this );
             child_2.ref();
             this.el.append(  child_2.el );
-
-            //listeners
-            this.el.popped_up.connect( (flipped_rect, final_rect, flipped_x, flipped_y) => {
-            
-               this.el.show_all();
-            });
         }
 
         // user defined functions