From 76cc3c7fbe93fcfc9ad0d16d245ed57a3649f09f Mon Sep 17 00:00:00 2001 From: John Papale Date: Mon, 28 Dec 2020 17:03:38 +0100 Subject: [PATCH] Fixed item capture dialog not displayed. --- src/desktop/UBDesktopAnnotationController.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/desktop/UBDesktopAnnotationController.cpp b/src/desktop/UBDesktopAnnotationController.cpp index 8ea7ccb7..6588f645 100644 --- a/src/desktop/UBDesktopAnnotationController.cpp +++ b/src/desktop/UBDesktopAnnotationController.cpp @@ -911,7 +911,6 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent) p.drawRect(tabsPalette); } -#ifdef Q_OS_LINUX //Rquiered only for compiz wm //TODO. Window manager detection screen @@ -919,7 +918,6 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent) p.drawRect(UBApplication::boardController->paletteManager()->addItemPalette()->geometry()); } -#endif p.end();