mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 10:47:16 +00:00
FIX: export config issue
Jira: 4850 4862 4859 4852 4850 import config failed 4862 export filament configs show filament preset name 4859 export presets add file filed issue 4852 not select preset but can export issue Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com> Change-Id: I40a800028fd293bd24af9e9ce074b0c7073730ae
This commit is contained in:
@@ -250,6 +250,7 @@ private:
|
||||
void select_curr_radiobox(std::vector<std::pair<RadioBox *, wxString>> &radiobox_list, int btn_idx);
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
void show_export_result(const ExportCase &export_case);
|
||||
bool has_check_box_selected();
|
||||
std::string initial_file_path(const wxString &path, const std::string &sub_file_path);
|
||||
std::string initial_file_name(const wxString &path, const std::string file_name);
|
||||
wxBoxSizer *create_export_config_item(wxWindow *parent);
|
||||
|
||||
Reference in New Issue
Block a user