summaryrefslogtreecommitdiffstatshomepage
path: root/form.go
diff options
context:
space:
mode:
Diffstat (limited to 'form.go')
-rw-r--r--form.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/form.go b/form.go
index 54996bc4..52084404 100644
--- a/form.go
+++ b/form.go
@@ -529,6 +529,8 @@ func (fb *FormBase) Hide() {
}
func (fb *FormBase) Show() {
+ fb.proposedSize = fb.minSize
+
if p, ok := fb.window.(Persistable); ok && p.Persistent() && appSingleton.settings != nil {
p.RestoreState()
}