diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 02:34:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 02:34:40 -0600 |
| commit | 7813fc126dee96c1fe901b4ba5fe7fd252804806 (patch) | |
| tree | cc49e620ddd597cc5f38398592518f5dff324e45 /eventMouseClick.go | |
| parent | fb3c16707d72d41cbb92c2392f36dee76fa36936 (diff) | |
maybe fixed wierd clicks on window drag
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 2 |
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()") } |
