Properly delegate setChanged in combined container slot
This commit is contained in:
parent
96d902bc98
commit
d0ee1fb0e3
@ -34,6 +34,10 @@ class CombinedContainer(containers: Stream<Pair<Container, Iterable<Int>>>) : IM
|
|||||||
override val container: Container
|
override val container: Container
|
||||||
get() = this@CombinedContainer
|
get() = this@CombinedContainer
|
||||||
|
|
||||||
|
override fun setChanged() {
|
||||||
|
outer.setChanged()
|
||||||
|
}
|
||||||
|
|
||||||
override fun component1(): Int {
|
override fun component1(): Int {
|
||||||
return super.component1()
|
return super.component1()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user