mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Show/hide warning icon according to the view mode
This commit is contained in:
parent
4e47f4973c
commit
876cf9aa8b
4 changed files with 47 additions and 13 deletions
|
@ -20,6 +20,7 @@ class wxBoxSizer;
|
|||
class wxFlexGridSizer;
|
||||
class wxButton;
|
||||
class wxFileDialog;
|
||||
class wxStaticBitmap;
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -86,8 +87,10 @@ void set_objects_from_perl( wxWindow* parent,
|
|||
wxButton *btn_export_stl,
|
||||
wxButton *btn_reslice,
|
||||
wxButton *btn_print,
|
||||
wxButton *btn_send_gcode);
|
||||
wxButton *btn_send_gcode,
|
||||
wxStaticBitmap *manifold_warning_icon);
|
||||
void set_show_print_info(bool show);
|
||||
void set_show_manifold_warning_icon(bool show);
|
||||
|
||||
AppConfig* get_app_config();
|
||||
wxApp* get_app();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue