mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add fix for linux
Original Commit: prusa3d/PrusaSlicer@361ef22 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class EditGCodeDialog : public DPIDialog
|
||||
|
||||
public:
|
||||
EditGCodeDialog(wxWindow*parent, const std::string&key, const std::string&value);
|
||||
~EditGCodeDialog() {}
|
||||
~EditGCodeDialog();
|
||||
|
||||
std::string get_edited_gcode() const;
|
||||
|
||||
@@ -59,6 +59,9 @@ protected:
|
||||
|
||||
void on_dpi_changed(const wxRect& suggested_rect) override;
|
||||
void on_sys_color_changed() override;
|
||||
|
||||
void selection_changed(wxDataViewEvent& evt);
|
||||
|
||||
wxBoxSizer* EditGCodeDialog::create_btn_sizer(long flags);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user