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
This commit is contained in:
liz.li
2023-08-04 10:47:10 +08:00
committed by Lane.Wei
parent 94b4194b11
commit f6d5e5bdea
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;