Fixed item capture dialog not displayed.

preferencesAboutTextFull
John Papale 4 years ago
parent 2cc6d51e34
commit 76cc3c7fbe
  1. 2
      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();

Loading…
Cancel
Save