mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 22:32:07 +00:00
ENH:Add numerical display in AMS control
jira: STUDIO-10432 Change-Id: I504e38612b09513247462974b4d34b331a5d3240 (cherry picked from commit 3f51f72a66b8b88744512c4a7aa2069116572a76)
This commit is contained in:
@@ -124,6 +124,10 @@ public:
|
||||
int get_real_offset();
|
||||
void render(wxDC &dc) override;
|
||||
void doRender(wxDC &dc) override;
|
||||
void set_material_index_str(std::string str);
|
||||
|
||||
private:
|
||||
std::string m_material_index;
|
||||
};
|
||||
|
||||
class MappingItem : public wxPanel
|
||||
|
||||
Reference in New Issue
Block a user