]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.cpp
Correctly position context menu of the information panel under wayland with a seconda...
[dolphin.git] / src / panels / information / informationpanel.cpp
index 1ec2696e31a2d44761b588c4f396d6ed8a660dac..a0aeaaa37651444331e02b867ce99327dd599e1b 100644 (file)
@@ -158,7 +158,7 @@ void InformationPanel::resizeEvent(QResizeEvent* event)
 void InformationPanel::contextMenuEvent(QContextMenuEvent* event)
 {
     // TODO: Move code from InformationPanelContent::configureSettings() here
-    m_content->configureSettings(customContextMenuActions());
+    m_content->configureSettings(customContextMenuActions(), event->globalPos());
     Panel::contextMenuEvent(event);
 }