summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 02:34:40 -0600
committerJeff Carr <[email protected]>2025-02-07 02:34:40 -0600
commit7813fc126dee96c1fe901b4ba5fe7fd252804806 (patch)
treecc49e620ddd597cc5f38398592518f5dff324e45 /eventMouseClick.go
parentfb3c16707d72d41cbb92c2392f36dee76fa36936 (diff)
maybe fixed wierd clicks on window drag
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index ca361b7..d2562c0 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -100,6 +100,8 @@ func (tk *guiWidget) doWidgetClick(w int, h int) {
tk.showTextbox()
case widget.Flag:
tk.dropdownClicked(w, h)
+ case widget.Stdout:
+ tk.dumpWidget("stdout click()")
default:
tk.dumpWidget("undef click()")
}