From c0ef043fcf490ebcccbd712cf1ccfdb300368ccd Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 5 Feb 2018 19:58:10 -0600 Subject: [PATCH] We didn't backport the typo fix, so let's not try to use the fixed name. --- debian/patches/fix-wrongly-positioned-popups.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/fix-wrongly-positioned-popups.patch b/debian/patches/fix-wrongly-positioned-popups.patch index 80ae4d3..51af0d1 100644 --- a/debian/patches/fix-wrongly-positioned-popups.patch +++ b/debian/patches/fix-wrongly-positioned-popups.patch @@ -24,7 +24,7 @@ Last-Update: 2018-02-05 - return calculatePopupWindowPos(panel_plugin->mapToGlobal(QPoint(0, 0)), windowSize); + // Note: assuming there are not contentMargins around the "BackgroundWidget" (LXQtPanelWidget) -+ return calculatePopupWindowPos(globalGeometry().topLeft() + panel_plugin->geometry().topLeft(), windowSize); ++ return calculatePopupWindowPos(globalGometry().topLeft() + panel_plugin->geometry().topLeft(), windowSize); }