Skip to content
Snippets Groups Projects
Commit 5d0abf49 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: epg: reset scrollbar due to autoscroll on input

parent 98e2bea8
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@
#include <QVBoxLayout>
#include <QSplitter>
#include <QScrollBar>
#include <QLabel>
#include <QGroupBox>
#include <QPushButton>
......@@ -161,6 +162,7 @@ void EpgDialog::displayEvent( EPGItem *epgItem )
QString() )
);
description->setText( epgItem->description() );
description->verticalScrollBar()->setValue(0);
}
void EpgDialog::updateInfos()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment