summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
Diffstat (limited to 'place.go')
-rw-r--r--place.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/place.go b/place.go
index b9b18cd..7d74169 100644
--- a/place.go
+++ b/place.go
@@ -148,6 +148,9 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) {
tk.color = nil
tk.defaultColor = nil
tk.setColorButtonDense()
+ // if tk.full.Height() > 0 {
+ tk.full.h1 = tk.full.h0
+ // }
}
tk.gocuiSetWH(startW, startH)
return tk.gocuiSize.Width(), tk.gocuiSize.Height()