fixed an issue where dekstopMode was no longer updating

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent b9af4aa861
commit 6fe5024c18
  1. 4
      src/desktop/UBDesktopAnnotationController.cpp

@ -386,10 +386,10 @@ void UBDesktopAnnotationController::stylusToolChanged(int tool)
{
UBPlatformUtils::toggleFinder(false);
}
updateBackground();
}
#endif
updateBackground();
}

Loading…
Cancel
Save