diff options
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -145,7 +145,9 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) { case widget.Button: if tk.isWindowDense() && tk.isInGrid() { tk.frame = false - tk.color = &colorButtonDense + tk.color = nil + tk.defaultColor = nil + tk.setColorButtonDense() } tk.gocuiSetWH(startW, startH) return tk.gocuiSize.Width(), tk.gocuiSize.Height() |
