FIX: [STUDIO-3513] the objectlist always enters wxEVT_SIZE

the objectlist always enters wxEVT_SIZE when scaling

Change-Id: I93371cee86437bc0309f041b0d59f28bc3b206aa
This commit is contained in:
maosheng.wei 2023-07-12 18:23:34 +08:00 committed by Lane.Wei
parent 2aca9da207
commit 2515a1adf7
2 changed files with 8 additions and 1 deletions

View file

@ -479,6 +479,7 @@ private:
void apply_object_instance_transfrom_to_all_volumes(ModelObject *model_object, bool need_update_assemble_matrix = true);
std::vector<int> m_columns_width;
wxSize m_last_size;
};