ENH: optimize text interaction

Change-Id: I1d132124816ba0946fd4d05310f8cd6da17a7e45
(cherry picked from commit f741a33a3651e266edfd4c191322f8988a3666f2)
This commit is contained in:
zhimin.zeng 2023-02-17 17:16:35 +08:00 committed by Lane.Wei
parent 1041b8b026
commit c7ec112420
6 changed files with 207 additions and 14 deletions

View file

@ -447,6 +447,10 @@ public:
//BBS:
void fill_color(int extruder_id);
//BBS:
void edit_text();
bool can_edit_text() const;
bool can_delete() const;
bool can_delete_all() const;
bool can_add_model() const;