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