Removed references to flexible from layouts, x backend, core
This commit is contained in:
parent
677dca1dbf
commit
51084a6cfe
@ -96,9 +96,6 @@ func (window *Window) Adopt (child elements.Element) {
|
|||||||
window.child.OnDamage(nil)
|
window.child.OnDamage(nil)
|
||||||
window.child.OnMinimumSizeChange(nil)
|
window.child.OnMinimumSizeChange(nil)
|
||||||
}
|
}
|
||||||
if previousChild, ok := window.child.(elements.Flexible); ok {
|
|
||||||
previousChild.OnFlexibleHeightChange(nil)
|
|
||||||
}
|
|
||||||
if previousChild, ok := window.child.(elements.Focusable); ok {
|
if previousChild, ok := window.child.(elements.Focusable); ok {
|
||||||
previousChild.OnFocusRequest(nil)
|
previousChild.OnFocusRequest(nil)
|
||||||
previousChild.OnFocusMotionRequest(nil)
|
previousChild.OnFocusMotionRequest(nil)
|
||||||