Adding Pipette feature for the Parametric curve + bugfix of the SnapTo feature

This commit is contained in:
Hombrenatureh.510
2014-03-15 03:15:44 +01:00
parent 518a318822
commit 1da9dda959
8 changed files with 89 additions and 24 deletions

View File

@@ -126,9 +126,9 @@ class Adjuster : public Gtk::VBox {
void resetValue (bool toInitial);
void resetPressed (GdkEventButton* event);
void editedToggled ();
double trimValue (double& val);
float trimValue (float& val);
int trimValue (int& val);
double trimValue (double val);
float trimValue (float val);
int trimValue (int val);
};
#endif