Issue 1615: added graduated filter tool

This commit is contained in:
torger
2013-11-03 09:39:04 +01:00
parent 207b3df9e7
commit c452ff20b8
20 changed files with 518 additions and 17 deletions

View File

@@ -232,7 +232,9 @@ enum ProcEvent {
EvPFCurve=206,
EvWBequal=207,
EvWBequalbo=208,
NUMOFEVENTS=209
EvGradient=209,
EvGradientEnabled=210,
NUMOFEVENTS=211
};
}
#endif