mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Replaced Object list before Object(Part) Settings
This commit is contained in:
parent
54298c8e61
commit
38768a7bda
4 changed files with 28 additions and 14 deletions
|
@ -101,6 +101,7 @@ void set_objects_from_perl( wxWindow* parent,
|
|||
wxStaticBitmap *manifold_warning_icon);
|
||||
void set_show_print_info(bool show);
|
||||
void set_show_manifold_warning_icon(bool show);
|
||||
void set_objects_list_sizer(wxBoxSizer *objects_list_sizer);
|
||||
|
||||
AppConfig* get_app_config();
|
||||
wxApp* get_app();
|
||||
|
@ -121,7 +122,7 @@ const wxFont& bold_font();
|
|||
void open_model(wxWindow *parent, wxArrayString& input_files);
|
||||
|
||||
wxWindow* get_right_panel();
|
||||
const int& label_width();
|
||||
const size_t& label_width();
|
||||
|
||||
extern void add_menus(wxMenuBar *menu, int event_preferences_changed, int event_language_change);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue