Bug corrected in the curve editor (pen device handling)

This commit is contained in:
Hombre
2010-08-18 23:36:10 +02:00
parent 964f623de5
commit dc4deeab0c
2 changed files with 41 additions and 49 deletions

View File

@@ -80,7 +80,6 @@ class MyCurve : public Gtk::DrawingArea {
double distanceY; // Y distance from the cursor to the closest point
double ugpX; // unclamped grabbed point X coordinate in the graph
double ugpY; // unclamped grabbed point Y coordinate in the graph
GdkInputSource source;
std::vector<Gdk::Point> point;
std::vector<Gdk::Point> upoint;
std::vector<Gdk::Point> lpoint;