From f86d5c458bd6010aaacaebaec997281f232dc033 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 7 Nov 2012 11:21:38 +0100 Subject: [PATCH] fixed issue 1230 and 1344 --- src/desktop/UBDesktopAnnotationController.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/desktop/UBDesktopAnnotationController.cpp b/src/desktop/UBDesktopAnnotationController.cpp index 74193022..8fdf4d85 100644 --- a/src/desktop/UBDesktopAnnotationController.cpp +++ b/src/desktop/UBDesktopAnnotationController.cpp @@ -300,8 +300,12 @@ void UBDesktopAnnotationController::showWindow() UBDrawingController::drawingController()->setStylusTool(mDesktopStylusTool); +#ifndef Q_WS_X11 mTransparentDrawingView->showFullScreen(); - +#else + // this is necessary to avoid unity to hide the panels + mTransparentDrawingView->show(); +#endif UBPlatformUtils::setDesktopMode(true); mDesktopPalette->appear();