+ change comment

This commit is contained in:
wmayer 2014-06-07 10:56:45 +02:00
parent 63ab2d7f12
commit 39bda90514

View File

@ -357,12 +357,12 @@ void TaskSketcherConstrains::slotConstraintsChanged(void)
else
name = QString::fromUtf8((*it)->Name.c_str());
/* Filter
0 => All
1 => Normal? => <1 => ALL
2 => Datums? => <2 => All or normal
3 => Named => <3 => All, Normal or Datums
*/
/* Filter
0 <=> All
1 <=> Normal
2 <=> Datums
3 <=> Named
*/
switch((*it)->Type){
case Sketcher::Horizontal:
if (Filter<2 || (Filter==3 && !(*it)->Name.empty()))