fix: After the theme change, the font was not reset

This commit is contained in:
dreamsourcelabTAI 2024-04-27 22:21:47 +08:00
parent 573d40b64b
commit 0e3eac9790

View File

@ -1412,6 +1412,7 @@ namespace pv
qss.close(); qss.close();
UiManager::Instance()->Update(UI_UPDATE_ACTION_THEME); UiManager::Instance()->Update(UI_UPDATE_ACTION_THEME);
UiManager::Instance()->Update(UI_UPDATE_ACTION_FONT);
data_updated(); data_updated();
} }