ENH:Add numerical display in AMS control

jira: STUDIO-10432
Change-Id: I504e38612b09513247462974b4d34b331a5d3240
(cherry picked from commit 3f51f72a66b8b88744512c4a7aa2069116572a76)
This commit is contained in:
zhou.xu
2025-02-14 18:09:47 +08:00
committed by Noisyfox
parent d5661a89e6
commit 296a8bc474
3 changed files with 19 additions and 3 deletions

View File

@@ -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