diff options
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 |
