Analyzer: Fix scrolling

Broken by qtbase commit 934f06220391eb0e0ebf66a2eb037f48adb4c43c

Change-Id: Ib58aa6ff31b7ce81bfa26e1ccf1bbf209618b307
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Daniel Teske
2013-10-24 17:58:09 +02:00
committed by hjk
parent cecc46b940
commit 5ff8bac3c6
3 changed files with 15 additions and 2 deletions

View File

@@ -53,8 +53,6 @@ CostView::CostView(QWidget *parent)
{
setSelectionMode(QAbstractItemView::ExtendedSelection);
setSelectionBehavior(QAbstractItemView::SelectRows);
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
setUniformRowHeights(true);
setAutoScroll(false);
setSortingEnabled(true);