I've use the same object logger as before on my proxy, and when I inser a new row, with 3 view opened I've got this:
10:45:30 rowsInserted # <- I inser the row
10:45:30 layout Changed # <-|
10:45:30 layout Changed # <-|- The three view have their layout changed
10:45:30 layout Changed # <-|
10:45:30 rowsInserted # <- I inser the row
10:45:30 layout Changed # <-|
10:45:30 layout Changed # <-|- The three view have their layout changed
10:45:30 layout Changed # <-|
To copy to clipboard, switch view to plain text mode
Should I use this signal to reset the root index to the view ?
Bookmarks