← Back to team overview

spv-dev team mailing list archive

Re: lp:~claude-bolduc/slidepresenterview/choose-projector-screens into lp:slidepresenterview

 

The problem seems to be that the menu item had a role: TextHeuristicRole by default in Qt. In this case, Qt can automatically put a menu item into the application menu based on the text of the menu item. In this case, Qt considers this action as a Preferences action.

I committed a fix that changes the role of this action to prevent this problem from happening. It should now work correctly on Mac.


> On Mac, the projection's configuration menu become the application's
> preference. So the menu item is in "Python > Preferences" instead of
> "Presentation > Configure".
> 
> It's probably related with the shortcut or something like that that is
> automatically associated with the application's preference by Qt.
-- 
https://code.launchpad.net/~claude-bolduc/slidepresenterview/choose-projector-screens/+merge/45326
Your team SlidePresenterView Development Team is subscribed to branch lp:slidepresenterview.



References