Fix ClassTree::highlightIdentifier() method

Authored by antonanikin on Mar 2 2017, 8:50 AM.

Description

Fix ClassTree::highlightIdentifier() method

The patch fixes horizontal scroll position when ClassTree::highlightIdentifier() is called. Old version sets scroll bar value to the middle (default behavior) which leads to situation when we may see empty space instead our class information. This happens when we have some classes in the browser with long names but highlighted class name is much shorter - then we need perform manual horizontal scrolling to the begin (left).

Details

Committed
antonanikinMar 2 2017, 8:50 AM
Parents
R32:81220db11cb1: Fix StatusbarProgressWidget::slotProgressItemCompleted() method
Branches
Unknown
Tags
Unknown