mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Add fix for linux
Original Commit: prusa3d/PrusaSlicer@361ef22 Co-authored-by: YuSanka <yusanka@gmail.com>
This commit is contained in:
parent
8c6100ea21
commit
7a1d782ce1
2 changed files with 67 additions and 37 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue