Skip to content

Fix badge actions' interactions with selected items.

David Thompson requested to merge dcthomp/smtk:more-badge-multi-action into master

Move badge reactions out of qtDescriptivePhraseDelegate::editorEvent() because that method does not have access to the QAbstractItemView (which is where the QSelectionModel lives, which we need in order to handle toggling of multiple selected phrases properly).

Merge request reports