mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
ENH:X1 and X1C do not display privacy agreement licenses
Change-Id: I8d54067062676c849f50a298efc6d48a015eb5ef
This commit is contained in:
parent
befdbe3d2a
commit
4552699bde
2 changed files with 26 additions and 3 deletions
|
@ -46,6 +46,7 @@ struct MemoryStruct
|
|||
class BindMachineDialog : public DPIDialog
|
||||
{
|
||||
private:
|
||||
wxWindow* m_panel_agreement;
|
||||
wxStaticText * m_printer_name;
|
||||
wxStaticText * m_user_name;
|
||||
StaticBox * m_panel_left;
|
||||
|
@ -90,7 +91,7 @@ public:
|
|||
void on_bind_success(wxCommandEvent &event);
|
||||
void on_bind_printer(wxCommandEvent &event);
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
void update_machine_info(MachineObject *info) { m_machine_info = info; };
|
||||
void update_machine_info(MachineObject *info);
|
||||
void on_show(wxShowEvent &event);
|
||||
void on_close(wxCloseEvent& event);
|
||||
void on_destroy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue