Fix bug in WFixedPanel and use WScrollPanel + WBox for config
This commit is contained in:
@@ -8,6 +8,7 @@ class WFixedPanel() : WPanel() {
|
||||
set(value) {
|
||||
children.clear()
|
||||
setSize(0, 0)
|
||||
value.parent = this
|
||||
children.add(value)
|
||||
}
|
||||
get() = children.single()
|
||||
|
||||
Reference in New Issue
Block a user