Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
d2949e63
Commit
d2949e63
authored
Jul 16, 2021
by
David Jarvie
Browse files
Show hamburger context menu at correct position on Wayland
parent
4f2a149b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
d2949e63
...
...
@@ -631,7 +631,7 @@ void MainWindow::initActions()
*/
void
MainWindow
::
slotInitHamburgerMenu
()
{
QMenu
*
menu
=
new
QMenu
;
QMenu
*
menu
=
new
QMenu
(
this
)
;
KActionCollection
*
actions
=
actionCollection
();
menu
->
addAction
(
actions
->
action
(
QStringLiteral
(
"new"
)));
menu
->
addAction
(
actions
->
action
(
QStringLiteral
(
"templates"
)));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment