diff options
Diffstat (limited to 'gocui/mouse.go')
| -rw-r--r-- | gocui/mouse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gocui/mouse.go b/gocui/mouse.go index 9b1096d..9d8dd8d 100644 --- a/gocui/mouse.go +++ b/gocui/mouse.go @@ -86,7 +86,7 @@ func mouseUp(g *gocui.Gui, v *gocui.View) error { if (newZone != "") { if (me.ddNode != nil) { me.ddNode.SetText(newZone) - me.ddNode.S = newZone + me.ddNode.value = newZone me.ddNode.doUserEvent() } } |
