src/Builder4/PopoverFiles.bjs
authorAlan <alan@roojs.com>
Fri, 29 Jul 2022 07:50:21 +0000 (15:50 +0800)
committerAlan <alan@roojs.com>
Fri, 29 Jul 2022 07:50:21 +0000 (15:50 +0800)
src/Builder4/PopoverFiles.vala

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

index a106e47..1fabd58 100644 (file)
              "\tvar s = _this.iconview.el.get_item_at_pos(x,y, out path, out cell);",
              "\t",
              "\t",
-             "    GLib.debug(\"Tooltip? %d,%d scroll: %f\",x,y, _this.iconscroll.el.vadjustment.value);",
+             "    GLib.debug(\"Tooltip? %d,%d scroll: %L\",x,y, _this.iconscroll.el.vadjustment.value);",
              "\t ",
              "\t",
              "\tif (path == null) {",
index 940331a..4a1acd4 100644 (file)
@@ -863,7 +863,7 @@ public class Xcls_PopoverFiles : Object
                var s = _this.iconview.el.get_item_at_pos(x,y, out path, out cell);
                
                
-                GLib.debug("Tooltip? %d,%d scroll: %f",x,y, _this.iconscroll.el.vadjustment.value);
+                GLib.debug("Tooltip? %d,%d scroll: %L",x,y, _this.iconscroll.el.vadjustment.value);
                 
                
                if (path == null) {