FIX: Assemble matrix error when adding text

Change-Id: I676a3534ccb725516457c0700368c7f57c9bb6d1
This commit is contained in:
zhimin.zeng 2023-02-24 16:52:16 +08:00 committed by Lane.Wei
parent 93ad247eff
commit 536ae58a4a
2 changed files with 13 additions and 10 deletions

View file

@ -455,7 +455,7 @@ private:
void OnEditingDone(wxDataViewEvent &event);
// apply the instance transform to all volumes and reset instance transform except the offset
void apply_object_instance_transfrom_to_all_volumes(ModelObject *model_object);
void apply_object_instance_transfrom_to_all_volumes(ModelObject *model_object, bool need_update_assemble_matrix = true);
std::vector<int> m_columns_width;
};