DocumentContainer does as well
This commit is contained in:
parent
d651570746
commit
0f272f4835
@ -181,6 +181,9 @@ func (element *DocumentContainer) redoAll () {
|
||||
if parent, ok := element.core.Parent().(elements.ScrollableParent); ok {
|
||||
parent.NotifyScrollBoundsChange(element)
|
||||
}
|
||||
if element.onScrollBoundsChange != nil {
|
||||
element.onScrollBoundsChange()
|
||||
}
|
||||
}
|
||||
|
||||
func (element *DocumentContainer) partition () {
|
||||
|
Reference in New Issue
Block a user