Fix opening panel context menu when in panel config mode
Without this patch, when right-clicking a panel while in panel config mode, the context menu would open, immediately close again, and exit the config mode.
This effectively reverts a workaround for an old bug in Qt. With the workaround removed, I still can't reproduce the described Qt bug. Beyond that, I can't judge whether the workaround is still relevant.
Relevant:
- QTBUG-59044
- 29f1ee38
- https://phabricator.kde.org/D5515
Before:
After: