Update volume identified by ObjectID

(NOT VolumePtr which could invalidate by deleting volume)
This commit is contained in:
Filip Sykala 2022-03-22 16:58:29 +01:00
parent d9249024ba
commit ffab47dac7
4 changed files with 47 additions and 30 deletions

View file

@ -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;