mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -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
|
@ -325,6 +325,7 @@ public:
|
|||
void set_value(const boost::any& value, bool change_event = false) {
|
||||
m_disable_change_event = !change_event;
|
||||
tmp_value = boost::any_cast<int>(value);
|
||||
m_value = value;
|
||||
dynamic_cast<wxSpinCtrl*>(window)->SetValue(tmp_value);
|
||||
m_disable_change_event = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue