Commit f86d5c45 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue 1230 and 1344

parent cfebede1
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment