diff options
| author | Jeff Carr <[email protected]> | 2025-02-04 10:14:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-04 10:14:00 -0600 |
| commit | 9d5cd2c865c298fd3c8c9fb9b5de83079d1fbc7c (patch) | |
| tree | d6d7eac0faabab730d1d2bd6730ad269628e64a4 /eventMouseClick.go | |
| parent | acfb80a2e702a7472ccf547350c2a71568c8cf01 (diff) | |
somethings still wrong somewhere
Diffstat (limited to 'eventMouseClick.go')
| -rw-r--r-- | eventMouseClick.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go index 81b8aaf..2ad7274 100644 --- a/eventMouseClick.go +++ b/eventMouseClick.go @@ -23,8 +23,8 @@ func (tk *guiWidget) redrawWindow(w int, h int) { h = h + 4 tk.DrawAt(w, h) tk.setColor(&colorActiveW) // sets the window to Green BG + tk.placeWidgets(w, h) // compute the sizes & places for each widget tk.showWidgets() - tk.placeWidgets(w, h) // compute the sizes & places for each widget tk.setFullSize() me.baseGui.SetView(tk.cuiName, tk.gocuiSize.w0, tk.gocuiSize.h0, tk.gocuiSize.w1, tk.gocuiSize.h1, 0) |
