You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this situation the model could just say "this line was deleted" or "this line was inserted", but instead the model says "I now contain this many lines and they have all changed", causing a re-layout of every single line in in the model.
The text was updated successfully, but these errors were encountered:
Made some progress with this by getting rid of "Len", and managing the qml model when inserting new lines, but will need more code to handle line-removal. Also I broke the tab title and tooltips...
Issue is up for grabs as far as I'm concerned. I'll post here if I get a chance to look at it again soon
In this situation the model could just say "this line was deleted" or "this line was inserted", but instead the model says "I now contain this many lines and they have all changed", causing a re-layout of every single line in in the model.
The text was updated successfully, but these errors were encountered: