Closed RobertBColton closed 4 years ago
The RepeatedModel::RowRemovalOperation does a full model reset, even for a single row remove. https://github.com/enigma-dev/RadialGM/blob/7bc855cc429d0fdc4ae0b1aa69a2c472892fcefc/Models/RepeatedModel.h#L165 The result is that the next item/row is not automatically selected by Qt and no selection changed signal is fired.
RepeatedModel::RowRemovalOperation
The
RepeatedModel::RowRemovalOperation
does a full model reset, even for a single row remove. https://github.com/enigma-dev/RadialGM/blob/7bc855cc429d0fdc4ae0b1aa69a2c472892fcefc/Models/RepeatedModel.h#L165 The result is that the next item/row is not automatically selected by Qt and no selection changed signal is fired.