From 40896c02d996f69f7bf4e8adebe28acdbff8d350 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Tue, 12 Mar 2019 08:54:46 -0600 Subject: Correctly position context menu of the information panel under wayland with a secondary screen Summary: According to my testing this bug occurs because Qcursor::pos() does not work as expected under wayland on a secondary screen, then it returns inaccurate data. This could hide bugs elsewhere. BUG: 404799 FIXED-IN: 19.04.0 Test Plan: Under Wayland test the context menu on both screens. Do the same under Xorg. Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: elvisangelaccio, ngraham, nicolasfella, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19535 --- src/panels/information/informationpanelcontent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 9223fcc5a..ca9afab09 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -78,7 +78,7 @@ public: * * TODO: Move this code to the class InformationPanel */ - void configureSettings(const QList& customContextMenuActions); + void configureSettings(const QList& customContextMenuActions, const QPointF& pos); signals: void urlActivated( const QUrl& url ); -- cgit v1.3