diff -r 7a71a914afdb -r 6d2b32f305f9 branchitem.h --- a/branchitem.h Thu May 07 08:48:53 2009 +0000 +++ b/branchitem.h Wed May 13 08:26:27 2009 +0000 @@ -34,7 +34,7 @@ bool tmpUnscrolled; // can only be true (temporary) for a scrolled subtree public: virtual void unScroll(); - virtual void toggleScroll(); // scroll or unscroll + virtual bool toggleScroll(); // scroll or unscroll virtual bool isScrolled(); // returns scroll state virtual bool hasScrolledParent(BranchItem*); // true, if any of the parents is scrolled virtual void tmpUnscroll(); // unscroll scrolled parents temporary e.g. during "find" process