Bug #665
NetworkModelController fails with multiselection
Start date:
04/09/2009
Due date:
% Done:
100%
Estimated time:
Version:
0.4.1
OS:
Any
Description
For example, selecting several buffers and trying to hide them all will fail. Without having looked into the code, I guess this could be to do with QModelIndex becoming invalid while working with the list (aka: we remove a buffer -> model changes -> our list is invalid).
Associated revisions
Properly handle multiselections in bufferviews, fixes #665
History
#1 Updated by Sputnick over 15 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 13c01e14bae617bed0de9507f33f77e76ba5dc9f.
Properly handle multiselections in bufferviews, fixes #665