Update volume identified by ObjectID
(NOT VolumePtr which could invalidate by deleting volume)
This commit is contained in:
parent
d9249024ba
commit
ffab47dac7
4 changed files with 47 additions and 30 deletions
|
@ -202,11 +202,11 @@ private:
|
|||
void fill_stored_font_items();
|
||||
void select_stored_font_item();
|
||||
|
||||
//FontList m_font_list;
|
||||
//size_t m_font_selected;// index to m_font_list
|
||||
|
||||
std::string m_text;
|
||||
|
||||
// cancel for previous update of volume to cancel finalize part
|
||||
std::shared_ptr<bool> m_update_job_cancel;
|
||||
|
||||
// actual volume
|
||||
ModelVolume *m_volume;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue