ENH: update dark mode supports of print option

jira: [STUDIO-12188]
Change-Id: I0d38bcab502415dd733d9b58835e1e50dd00bd22
(cherry picked from commit 2b8edfccc866af927f8c791521eecde182946cee)
This commit is contained in:
xin.zhang
2025-05-15 15:16:36 +08:00
committed by Noisyfox
parent 2e916fcd5d
commit d121f6e7ab
4 changed files with 19 additions and 6 deletions

View File

@@ -180,7 +180,9 @@ private:
private:
ScalableBitmap m_selected_bk;
ScalableBitmap m_selected_disbabled_bk;
ScalableBitmap m_selected_bk_dark;
ScalableBitmap m_selected_disabled_bk;
ScalableBitmap m_selected_disabled_bk_dark;
std::vector<POItem> m_ops;
std::string selected_key;
std::string m_param;