Quote:
Originally Posted by BetterRed
Why does NV react to what I do in the book list, viz:
Attachment 200861
Country is a Text like tags column.
BR
|
NV is joined at the hip with the Library View. Its driver is a Library View event that is emitted whenever the current cell changes.
Code:
self.maingui.library_view.selectionModel().currentChanged.connect(self.refresh_notes_viewer)
I will take your question as an indication that NV is very non-mouse-user friendly.

That question would never occur to a pure mouse-user, like myself, who doesn't use shortcuts.
DaltonST