mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Fixed wrong saving of "percent or millimeters" parameters
This commit is contained in:
parent
6ad38f80fb
commit
23f96e30c3
3 changed files with 13 additions and 14 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
virtual wxWindow* getWindow() { return nullptr; }
|
||||
|
||||
bool is_matched(std::string string, std::string pattern);
|
||||
boost::any get_value_by_opt_type(wxString str, ConfigOptionType type);
|
||||
boost::any get_value_by_opt_type(wxString str);
|
||||
|
||||
/// Factory method for generating new derived classes.
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue