src/Builder4/PopoverFiles.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2022 01:49:23 +0000 (09:49 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2022 01:49:23 +0000 (09:49 +0800)
src/Builder4/PopoverFiles.vala

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

index a47d0da..0d8d8df 100644 (file)
                "",
                "\tGtk.TreePath path;",
                "\tGtk.CellRenderer cell;",
-               "\tvar s = _this.iconview.el.get_item_at_pos(x,y + (int) _this.iconscroll.el.vadjustment.value, out path, out cell);",
+               "\t//var s = _this.iconview.el.get_item_at_pos(x,y + (int) _this.iconscroll.el.vadjustment.value, out path, out cell);",
                "\t",
                "\t",
                "   // GLib.debug(\"Tooltip? %d,%d scroll: %d\",x,y, (int)_this.iconscroll.el.vadjustment.value);",
index 83a76e9..aee499e 100644 (file)
@@ -1042,7 +1042,7 @@ public class Xcls_PopoverFiles : Object
             
                Gtk.TreePath path;
                Gtk.CellRenderer cell;
-               var s = _this.iconview.el.get_item_at_pos(x,y + (int) _this.iconscroll.el.vadjustment.value, out path, out cell);
+               //var s = _this.iconview.el.get_item_at_pos(x,y + (int) _this.iconscroll.el.vadjustment.value, out path, out cell);
                
                
                // GLib.debug("Tooltip? %d,%d scroll: %d",x,y, (int)_this.iconscroll.el.vadjustment.value);