mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Marked string used at localization.
* Correct save changed color
This commit is contained in:
parent
39fae3777c
commit
e0933786e3
13 changed files with 6149 additions and 946 deletions
|
@ -69,7 +69,7 @@ TabIface* get_preset_tab_iface(char *name);
|
|||
// add it at the end of the tab panel.
|
||||
void add_created_tab(Tab* panel, PresetBundle *preset_bundle, AppConfig *app_config);
|
||||
// Change option value in config
|
||||
void change_opt_value(DynamicPrintConfig& config, t_config_option_key opt_key, boost::any value);
|
||||
void change_opt_value(DynamicPrintConfig& config, t_config_option_key opt_key, boost::any value, int opt_index = 0);
|
||||
|
||||
void show_error(wxWindow* parent, wxString message);
|
||||
void show_info(wxWindow* parent, wxString message, wxString title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue