~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to plan/libs/ui/kptdependencyeditor.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-10-07 16:52:45 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20121007165245-91bwt6kz9z4t3ak9
Tags: 1:2.5.3-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
919
919
{
920
920
    paintTreeIndicator( on );
921
921
    foreach ( DependencyNodeItem *i, m_children ) {
922
 
        i->setTreeIndicator( on );
 
922
        if ( i->isVisible() ) {
 
923
            i->setTreeIndicator( on );
 
924
        }
923
925
    }
924
926
}
925
927