diff options
| author | Jeff Carr <[email protected]> | 2025-02-04 12:45:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-04 12:45:52 -0600 |
| commit | 652cf2b73b9ef58b8eccb163a108a20b01ccfafb (patch) | |
| tree | 37c1dd7a27cb8139c372ab9bac2b5b6aa216109e /eventMouseClick.go | |
| parent | 1867bae62ca77b1ef1fe3900de61a3001a3f26c9 (diff) | |
misc code cleanups
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go index 2ad7274..6ebd800 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -13,8 +13,7 @@ func (tk *guiWidget) redrawWindow(w int, h int) { if tk.node.WidgetType != widget.Window { return } - // might make the green box the right size - tk.setFullSize() + tk.setFullSize() // might make the green box the right size // draw the current window // w = tk.gocuiSize.w0 + 4 |
