ENH: add global map mode tag for pop up

1. Add tag to mark the global map mode
2. Fix some wrong usage of bmp in code
3. Fix display error in dark mode

jira:STUDIO-9729

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Idb36a5022c403e02c26d7fe23a95dd6877deca90
(cherry picked from commit 5a2abf7e211327cde57717b5ab7b79b63c967bbd)
This commit is contained in:
xun.zhang
2025-01-10 12:06:59 +08:00
committed by Noisyfox
parent ea759fdc90
commit 19b466ccf0
9 changed files with 63 additions and 43 deletions

View File

@@ -21,6 +21,9 @@ private:
wxBitmapButton *m_btn;
Label *m_label;
wxBitmap tag_on_bmp;
wxBitmap tag_off_bmp;
bool m_hovered;
bool m_selected;
};