-
- Downloads
smartlist: fix scrolling
The addRowView is called automatically by the system to recycle views
when scrolling. This was conflicting with the fact that we want to scroll
up the list when a row is added/moved in the underlying model
We now connect on the rowInsterted signal from the Qt model, instead of
the AddRowView signal
Change-Id: I394dcb6b4cb204c6ee6ea728540c01246a62dbc7
Reviewed-by:
Edric Milaret <edric.ladent-milaret@savoirfairelinux.com>
Please register or sign in to comment