ENH: optimize the mapping item

jira: [STUDIO-10907]
Change-Id: Ifc021fcadec7a5863dbea986e0c998f387a72d78
(cherry picked from commit 356410959b4cd67d1198ac222c5067b3c478ff31)
This commit is contained in:
xin.zhang
2025-03-17 20:13:38 +08:00
committed by Noisyfox
parent f787166025
commit d592a328d5
2 changed files with 24 additions and 12 deletions

View File

@@ -173,9 +173,12 @@ private:
void render(wxDC &dc);
void doRender(wxDC &dc);
int get_remain_area_height() const;
private:
bool m_checked = false;
bool m_support_remain_detect = false;
bool m_support_remain_detect = false;/*paint the area as 100 percent*/
bool m_to_paint_remain = false;/*do not paint the area*/
};
class MappingContainer : public wxPanel