mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 14:52:06 +00:00
ENH: optimize the mapping item
jira: [STUDIO-10907] Change-Id: Ifc021fcadec7a5863dbea986e0c998f387a72d78 (cherry picked from commit 356410959b4cd67d1198ac222c5067b3c478ff31)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user