Previous was the menu slightly positioned below the mouse, what caused very often unintended activation/click of some menu point due to keybounce. Now is the menu properly positioned at the menu corner and slightly beside the mouse. Perhaps a Qt bug? Because the old way was as described in Qt docu, the new way of cause too, but at the exec() example
Details
Details
- Reviewers
sars - Group Reviewers
Kate - Commits
- R40:8c5e3746278c: SymbolView: Fix misplaced context menu popup
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Oops! There is a "unused parameter" warning.
Let me me know which style you prefer...
slotShowContextMenu(const QPoint&)
slotShowContextMenu(const QPoint &/*p*/)
...and how the header has to look, or fix it be your own
Comment Actions
Just any way you want with the unused parameter. I'm not consistent with that..., but the warning is a no-no ;)
Comment Actions
To land this for you, we will need your full name and email address. Can you provide them?
Comment Actions
Please do it like Kåre
loh tar <loh.tar@googlemail.com>
See 8375f16157d0d2c622a37a6fe532a3fccb7fa9cb
Thank you!