summaryrefslogtreecommitdiff
path: root/eventMouse.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventMouse.go')
-rw-r--r--eventMouse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouse.go b/eventMouse.go
index a83dcf5..b7c209f 100644
--- a/eventMouse.go
+++ b/eventMouse.go
@@ -88,7 +88,7 @@ func mouseDown(g *gocui.Gui, v *gocui.View) error {
}
}
}
- tk.dumpWidget("mouse drag()")
+ tk.dumpWidget("mouse drag()" + tk.labelN)
me.currentDrag = tk
tk.dragW = w - tk.gocuiSize.w0
tk.dragH = h - tk.gocuiSize.h0