diff options
Diffstat (limited to 'size.go')
| -rw-r--r-- | size.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,7 @@ func (tk *guiWidget) setFullSize() bool { } // widget might be forced to a certain location if tk.full.w0 < tk.force.w0 { + tk.gocuiSize.w0 = tk.force.w0 tk.full.w0 = tk.force.w0 changed = false } @@ -207,6 +208,7 @@ func (tk *guiWidget) setFullSize() bool { } // widget might be forced to a certain location if tk.full.h0 < tk.force.h0 { + tk.gocuiSize.h0 = tk.force.h0 tk.full.h0 = tk.force.h0 changed = false } |
