-
Bug
-
Resolution: Done
-
P4: Low
-
4.7.3
-
None
-
Windows 4.7.2 and 4.7.3
-
98ebab25abc8f66629598cb9ebd4fe942bc0c57f
I have setup an example with 3 columns. The 1st and 3rd columns are PathView, while the 2nd one is ListView. All 3 columns have currentIndex set to 2 at startup. When I click the 'Set Model' button, the model of both 2nd and 3rd column are changed to defaultModel. The currentIndex of ListView (2nd column) remains at 2. However, the currentIndex of PathView (3rd column) is something else. I would expect the PathView to keep the currentIndex unchanged even if I change it's model.