Quote:
Originally Posted by eschwartz
During the 2.0.0 upgrade (I think), the right-click toolbar menu lost a lot of functionality. ...
|
I am unable to duplicate this problem in my environment, calibre 2.71 64-bit under Windows 10. When I right-click a book I see "Overdrive" among the menu choices and when I move the cursor to that I see the same menu as I do when I click on the plugin icon.
The plugin generates its menu on-the-fly when it is about to be displayed. This is done by connecting to the "aboutToShow" signal of the menu using the Qt API. When the menu isn't expected to be shown a default menu is in place which exists to allow keyboard shortcuts to be associated with the plugin. That may be what you are seeing for some reason.