Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
fd2c621c0f291cbfea5bd0c85e19f2cc6ae07bed
Description
In 4.6.0 XmlListModel.reload did the right thing - it cleared down the model and reloaded it.
In 4.7 TP it looks like reload() is not clearing the existing data which results in a duplicate set every time its called.
I have attached an example which reproduces the problem. Clicking on the red rectangle should reload the model but instead it appends duplicates.