Update docs accordingly.

This commit is contained in:
Rodrigo Girão Serrão
2023-02-08 10:53:51 +00:00
parent bd719e057f
commit e5e7c08afe
3 changed files with 4 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ So, thanks to this bit of code in my `Activity` widget...
parent.move_child(
self, before=parent.children.index( self ) - 1
)
self.emit_no_wait( self.Moved( self ) )
self.post_messa_no_wait( self.Moved( self ) )
self.scroll_visible( top=True )
```