Adding Pipette feature for the Parametric curve + bugfix of the SnapTo feature
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user