Prevent GUI from crashing when invalid values were written in numeric fields. Includes basic validation. #1709

This commit is contained in:
Alessandro Ranellucci
2014-03-24 01:07:30 +01:00
parent 67f3e9962b
commit 7a58457add
7 changed files with 132 additions and 71 deletions

View File

@@ -66,7 +66,7 @@ class Pointf
void translate(double x, double y);
#ifdef SLIC3RXS
void from_SV(SV* point_sv);
bool from_SV(SV* point_sv);
SV* to_SV_pureperl() const;
#endif
};