merge with dev

This commit is contained in:
Desmis
2019-11-10 08:56:38 +01:00
99 changed files with 482 additions and 199 deletions

View File

@@ -41,7 +41,7 @@ class FlatCurveEditorSubGroup;
* - to start a new line of curve button, use the 'newLine' method
* - if you add more than one curve, you must add a "CurveEditor* ce" parameter to your listener
*/
class CurveEditorGroup : public Gtk::Grid, public CurveListener
class CurveEditorGroup final : public Gtk::Grid, public CurveListener
{
friend class CurveEditor;