FIX: cali: manage result crash

1. fix input chinese on editing name will crash
2. fix: repeat editing action before the whole dialog is refreshed, will crash

Change-Id: Ia5f785987aec547007a1d71e1af770b606b50d65
(cherry picked from commit a1f60dc682b5e46ae098ad2a720e5cb12f8148d7)
This commit is contained in:
liz.li 2023-08-04 10:47:10 +08:00 committed by lane.wei
parent 76cac6fac3
commit e599469d01
2 changed files with 20 additions and 6 deletions

View file

@ -22,6 +22,7 @@ public:
void update(MachineObject* obj);
protected:
void sync_history_data();
void enbale_action_buttons(bool enable);
float get_nozzle_value();
wxPanel* m_history_data_panel;