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(); }