diff -r fe839bdfd10c -r 6cbf3c9cbd21 branchitem.cpp --- a/branchitem.cpp Tue Jul 07 11:21:27 2009 +0000 +++ b/branchitem.cpp Wed Jul 22 11:48:23 2009 +0000 @@ -154,8 +154,11 @@ return s; } -void BranchItem::updateVisibility() // FIXME-3 Check if this is needed after all... +void BranchItem::updateVisibility() { + // Needed to hide relinked branch, if parent is scrolled + if (lmo) + lmo->setVisibility(!((BranchItem*)parentItem)->isScrolled()); } void BranchItem::setHeadingColor (QColor color)