mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
ENH: [STUDIO-2549] remember my choice on unsaved project/presets
Change-Id: Ib9fc9074075bfce19f9a02be3aff7b3d04e3802a
This commit is contained in:
parent
778761908a
commit
8c39fbaf22
10 changed files with 103 additions and 18 deletions
|
|
@ -8,7 +8,7 @@
|
|||
class CheckBox : public wxBitmapToggleButton
|
||||
{
|
||||
public:
|
||||
CheckBox(wxWindow * parent = NULL);
|
||||
CheckBox(wxWindow * parent, int id = wxID_ANY);
|
||||
|
||||
public:
|
||||
void SetValue(bool value) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue