mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
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:
parent
2aca9da207
commit
2515a1adf7
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue