mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 16:02:00 +08:00
Fixed a typo
This commit is contained in:
parent
e7fdc44d5a
commit
58e4ace699
@ -57,7 +57,7 @@ public:
|
|||||||
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");
|
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");
|
||||||
bool input_vec3(const std::string &label, const Vec3d &value, float width, const std::string &format = "%.3f");
|
bool input_vec3(const std::string &label, const Vec3d &value, float width, const std::string &format = "%.3f");
|
||||||
bool checkbox(const wxString &label, bool &value);
|
bool checkbox(const wxString &label, bool &value);
|
||||||
void text(const const char *label);
|
void text(const char *label);
|
||||||
void text(const std::string &label);
|
void text(const std::string &label);
|
||||||
void text(const wxString &label);
|
void text(const wxString &label);
|
||||||
bool combo(const wxString& label, const std::vector<std::string>& options, std::string& current_selection);
|
bool combo(const wxString& label, const std::vector<std::string>& options, std::string& current_selection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user