FIX: the text shape is affected by instance transformation

Change-Id: If2222a24056bbc1636b5da586e6cc1950d8cdb5a
(cherry picked from commit 996d013c2e7f1bdbdc4afbac540f99a20b063cca)
This commit is contained in:
zhimin.zeng 2022-08-18 16:00:03 +08:00 committed by Lane.Wei
parent d73142c2f9
commit 54012ba11b
2 changed files with 31 additions and 22 deletions

View file

@ -452,6 +452,9 @@ private:
void OnEditingStarted(wxDataViewEvent &event);
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);
std::vector<int> m_columns_width;
};