ENH: update the ext mapping logic

jira: [STUDIO-11970]
Change-Id: Id4cd04da942c5457f0b17877a07c0e24b9c585ec
(cherry picked from commit 09d8050037095f03d3e8f92302f1c568d272a97d)
This commit is contained in:
xin.zhang
2025-05-12 17:19:48 +08:00
committed by Noisyfox
parent 2bbd4f89f8
commit 8065f11b60
3 changed files with 36 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ class AmsMapingPopup : public PopupWindow
{
bool m_use_in_sync_dialog = false;
bool m_ams_remain_detect_flag = false;
bool m_ext_mapping_filatype_check = true;
wxStaticText* m_title_text{ nullptr };
public:
@@ -289,6 +290,8 @@ public:
public:
void msw_rescale();
void EnableExtMappingFilaTypeCheck(bool to_check = true) { m_ext_mapping_filatype_check = to_check;} ;
private:
ResetCallback m_reset_callback{nullptr};
std::string m_material_index;