mirror of https://github.com/procxx/kepka.git
fixed overview for 0.8.34.dev
This commit is contained in:
parent
51451181f8
commit
4f3aaa3e7f
|
@ -65,6 +65,8 @@ OverviewInner::OverviewInner(OverviewWidget *overview, ScrollArea *scroll, const
|
||||||
, _touchTime(0)
|
, _touchTime(0)
|
||||||
, _menu(0) {
|
, _menu(0) {
|
||||||
|
|
||||||
|
resize(_width, height());
|
||||||
|
|
||||||
App::contextItem(0);
|
App::contextItem(0);
|
||||||
|
|
||||||
_touchSelectTimer.setSingleShot(true);
|
_touchSelectTimer.setSingleShot(true);
|
||||||
|
@ -73,6 +75,7 @@ OverviewInner::OverviewInner(OverviewWidget *overview, ScrollArea *scroll, const
|
||||||
setAttribute(Qt::WA_AcceptTouchEvents);
|
setAttribute(Qt::WA_AcceptTouchEvents);
|
||||||
connect(&_touchScrollTimer, SIGNAL(timeout()), this, SLOT(onTouchScrollTimer()));
|
connect(&_touchScrollTimer, SIGNAL(timeout()), this, SLOT(onTouchScrollTimer()));
|
||||||
|
|
||||||
|
mediaOverviewUpdated();
|
||||||
setMouseTracking(true);
|
setMouseTracking(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue