mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of the change of the perimeters count in a vase-mode (part fix of #1649)
This commit is contained in:
parent
19a6461608
commit
66f998bdbf
4 changed files with 13 additions and 2 deletions
|
@ -287,6 +287,7 @@ protected:
|
|||
|
||||
class TabPrint : public Tab
|
||||
{
|
||||
bool is_msg_dlg_already_exist {false};
|
||||
public:
|
||||
TabPrint(wxNotebook* parent) :
|
||||
Tab(parent, _(L("Print Settings")), "print") {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue