From 3b46c476846dbec164bb4a2cae5cdcf4b66f6653 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 17 Feb 2019 00:04:03 +0100 Subject: [PATCH] listframe: fix painting of scroolbar backround on empty pages Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3e551d8d71e0141f34c5ce2139d54b079596757a Author: vanhofen Date: 2019-02-17 (Sun, 17 Feb 2019) Origin message was: ------------------ - listframe: fix painting of scroolbar backround on empty pages ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/listframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/listframe.cpp b/src/gui/widget/listframe.cpp index 1c0f1f0bf..895801942 100644 --- a/src/gui/widget/listframe.cpp +++ b/src/gui/widget/listframe.cpp @@ -377,7 +377,7 @@ void CListFrame::refreshScroll(void) if (1) { frameBuffer->paintBoxRel(m_cFrameScrollRel.iX+m_cFrame.iX, m_cFrameScrollRel.iY+m_cFrame.iY, - m_cFrameScrollRel.iWidth, m_cFrameHeaderListRel.iHeight, COL_MENUCONTENT_PLUS_0, + m_cFrameScrollRel.iWidth, m_cFrameScrollRel.iHeight, COL_MENUCONTENT_PLUS_0, m_nBgRadius, CORNER_BOTTOM_RIGHT); }