From baf8321c619a104b5f661bfe751302cac4713115 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Sat, 2 Aug 2025 21:33:34 +0300 Subject: [PATCH] Fix bug 57586 (up version for fonts selection) --- DesktopEditor/fontengine/ApplicationFontsWorker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopEditor/fontengine/ApplicationFontsWorker.h b/DesktopEditor/fontengine/ApplicationFontsWorker.h index 1b91b50427..2d5951cc85 100644 --- a/DesktopEditor/fontengine/ApplicationFontsWorker.h +++ b/DesktopEditor/fontengine/ApplicationFontsWorker.h @@ -36,7 +36,7 @@ #include #include "../graphics/pro/Fonts.h" -#define ONLYOFFICE_FONTS_VERSION 13 +#define ONLYOFFICE_FONTS_VERSION 14 #define ONLYOFFICE_ALL_FONTS_VERSION 2 class CApplicationFontsWorkerBreaker