-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow context menu to open the local Folder/subfolder in selective sync list in main window #5596
Comments
@guruz Do you mean for the sync folder or for the individual selective-sync folders? It seems we'll have to manually disambiguate single and double clicks for that, as well as prohibit normal QTreeView processing of mouse events (otherwise double clicks would also trigger a collapse/expand) |
I meant individual folders. |
Apparantly double click detection is tricky for Qt/legacy reasons, let's have it in a right-mouse button menu. |
Needs a quick test on Windows |
…lder The menu can be open with the keyboard shortcut. (Fixup for the fix of #5596) Also use popup instead of exec to show the menu: it's safer as it does not re-enter the event loop.
…lder The menu can be open with the keyboard shortcut. (Fixup for the fix of #5596) Also use popup instead of exec to show the menu: it's safer as it does not re-enter the event loop.
No description provided.
The text was updated successfully, but these errors were encountered: