From 6fe5024c1802ab1511f322eca21b15f632a4e2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Wed, 27 May 2020 09:29:45 +0200 Subject: [PATCH] fixed an issue where dekstopMode was no longer updating --- src/desktop/UBDesktopAnnotationController.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/desktop/UBDesktopAnnotationController.cpp b/src/desktop/UBDesktopAnnotationController.cpp index 41459c22..0f991c13 100644 --- a/src/desktop/UBDesktopAnnotationController.cpp +++ b/src/desktop/UBDesktopAnnotationController.cpp @@ -386,10 +386,10 @@ void UBDesktopAnnotationController::stylusToolChanged(int tool) { UBPlatformUtils::toggleFinder(false); } - - updateBackground(); } #endif + + updateBackground(); }