mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 08:28:42 +03:00
fix bug of slic3r
This commit is contained in:
@@ -72,6 +72,8 @@ class PhysicalPrinterDialog : public DPIDialog
|
||||
ScalableButton* m_printhost_test_btn {nullptr};
|
||||
ScalableButton* m_printhost_cafile_browse_btn {nullptr};
|
||||
ScalableButton* m_printhost_port_browse_btn {nullptr};
|
||||
//y15
|
||||
// ScalableButton* m_api_key_copy_btn {nullptr};
|
||||
|
||||
wxBoxSizer* m_presets_sizer {nullptr};
|
||||
|
||||
@@ -88,7 +90,7 @@ class PhysicalPrinterDialog : public DPIDialog
|
||||
|
||||
public:
|
||||
//y3
|
||||
PhysicalPrinterDialog(wxWindow *parent, wxString printer_name, std::set<std::string> exit_host);
|
||||
PhysicalPrinterDialog(wxWindow* parent, wxString printer_name, std::set<std::string> exit_host);
|
||||
~PhysicalPrinterDialog();
|
||||
|
||||
void update(bool printer_change = false);
|
||||
@@ -106,7 +108,6 @@ public:
|
||||
std::string get_name();
|
||||
std::string get_host();
|
||||
|
||||
|
||||
protected:
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
void on_sys_color_changed() override;
|
||||
@@ -118,7 +119,6 @@ private:
|
||||
|
||||
};
|
||||
|
||||
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user