mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
listframe: simplify calculation of m_cFrameScrollRel.iHeight
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbe52317c3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-02-16 (Sat, 16 Feb 2019)
Origin message was:
------------------
- listframe: simplify calculation of m_cFrameScrollRel.iHeight
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -272,7 +272,7 @@ void CListFrame::initFramesRel(void)
|
||||
m_cFrameScrollRel.iX = m_cFrame.iWidth - SCROLLBAR_WIDTH;
|
||||
m_cFrameScrollRel.iY = m_cFrameTitleRel.iHeight + m_cFrameHeaderListRel.iHeight;
|
||||
m_cFrameScrollRel.iWidth = SCROLLBAR_WIDTH;
|
||||
m_cFrameScrollRel.iHeight = m_cFrameHeaderListRel.iHeight + m_cFrameListRel.iHeight - m_cFrameHeaderListRel.iHeight - m_nBgRadius;
|
||||
m_cFrameScrollRel.iHeight = m_cFrameListRel.iHeight - m_nBgRadius;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user