FIX: fix null pointer in save_printable_area_config api

Jira: STUDIO-4209
Change-Id: I71649e2f7aa0a76e13da7ef6d555c0a66a067799
This commit is contained in:
zhou.xu
2023-09-15 14:10:53 +08:00
committed by Lane.Wei
parent 2b593ce378
commit b32b1d2462
2 changed files with 30 additions and 18 deletions

View File

@@ -121,6 +121,7 @@ protected:
void on_preset_model_value_change(wxCommandEvent &e);
void clear_preset_combobox();
bool save_printable_area_config(Preset *preset);
bool check_printable_area();
bool validate_input_valid();
wxArrayString printer_preset_sort_with_nozzle_diameter(const VendorProfile &vendor_profile, float nozzle_diameter);