From d88eb80fe62ccf354f1ad1ae9b37d0dfba224097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Capello?= Date: Mon, 27 Feb 2023 11:59:20 -0300 Subject: [PATCH] Fix theme initialization for theme variants widget --- src/app/commands/cmd_options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp index faf8de681..14d5f0821 100644 --- a/src/app/commands/cmd_options.cpp +++ b/src/app/commands/cmd_options.cpp @@ -954,6 +954,7 @@ private: } m_themeVars = list; themeVariants()->setVisible(list ? true: false); + themeVariants()->initTheme(); } void fillExtensionsCombobox(ui::ComboBox* combobox,