mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 22:25:56 +08:00
Forgot to add a destructor to UI_Choice.
This commit is contained in:
parent
4cb2930b54
commit
14fc049c6f
@ -221,6 +221,7 @@ public:
|
|||||||
}
|
}
|
||||||
return this->_choice->GetValue().ToStdString();
|
return this->_choice->GetValue().ToStdString();
|
||||||
}
|
}
|
||||||
|
~UI_Choice() { _choice->Destroy(); }
|
||||||
|
|
||||||
|
|
||||||
/// Returns a bare pointer to the underlying combobox, usually for test interface
|
/// Returns a bare pointer to the underlying combobox, usually for test interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user