Better handling of the autoresize feature of the curve editors. Not ideal yet, but way better.

This commit is contained in:
Hombre
2011-04-05 01:16:18 +02:00
parent 5d008fdcf7
commit 4cd7c22940
12 changed files with 87 additions and 71 deletions

View File

@@ -109,6 +109,7 @@ protected:
virtual void switchGUI() = 0;
virtual void removeEditor () = 0;
virtual const std::vector<double> getCurveFromGUI (int type) = 0;
};
#endif