fixed a show bug
original commit: ea3b6dc48b86b2775f4d6a4443567410c945c2ab
This commit is contained in:
parent
3fa2b72e5e
commit
ab379bf69a
|
@ -97,7 +97,8 @@
|
|||
;; and it should show or hide its children accordingly.
|
||||
(define/public (show bool)
|
||||
(set! show? bool)
|
||||
(show/hide-children bool))
|
||||
(when (send parent is-shown?)
|
||||
(show/hide-children bool)))
|
||||
|
||||
;;;;;;;;;;
|
||||
;; alignment-parent<%>
|
||||
|
|
Loading…
Reference in New Issue
Block a user