Version 3.2: Fix build error on Linux.
This commit is contained in:
parent
d6e6c51639
commit
63919422e0
|
@ -681,7 +681,6 @@ void HistoryInner::paintEvent(QPaintEvent *e) {
|
||||||
|
|
||||||
const auto height = view->height();
|
const auto height = view->height();
|
||||||
const auto middle = top + height / 2;
|
const auto middle = top + height / 2;
|
||||||
const auto bottom = top + height;
|
|
||||||
if (_visibleAreaBottom >= middle
|
if (_visibleAreaBottom >= middle
|
||||||
&& _visibleAreaTop <= middle) {
|
&& _visibleAreaTop <= middle) {
|
||||||
if (item->hasViews()) {
|
if (item->hasViews()) {
|
||||||
|
|
Loading…
Reference in New Issue