From 021849d98191153865c5206f3ee9a7bf6d2df413 Mon Sep 17 00:00:00 2001 From: Antoine Girard-Vallee Date: Thu, 10 Nov 2016 14:09:03 -0500 Subject: [PATCH] removed inserted tab --- src/desktop/UBDesktopAnnotationController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/UBDesktopAnnotationController.cpp b/src/desktop/UBDesktopAnnotationController.cpp index 9430b584..dee6e9c2 100644 --- a/src/desktop/UBDesktopAnnotationController.cpp +++ b/src/desktop/UBDesktopAnnotationController.cpp @@ -945,7 +945,7 @@ void UBDesktopAnnotationController::updateMask(bool bTransparent) } else { - mMask = QPixmap(mTransparentDrawingView->width(), mTransparentDrawingView->height()); + mMask = QPixmap(mTransparentDrawingView->width(), mTransparentDrawingView->height()); mMask.fill(Qt::transparent); QPainter p;