Skip to content

Commit

Permalink
+ change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 7, 2014
1 parent 63ab2d7 commit 39bda90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Mod/Sketcher/Gui/TaskSketcherConstrains.cpp
Expand Up @@ -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()))
Expand Down

0 comments on commit 39bda90

Please sign in to comment.