- textbox: fix box width in round corners mode

This commit is contained in:
svenhoefer
2016-10-28 09:55:40 +02:00
parent 874f54af4b
commit 002277fb5f

View File

@@ -587,7 +587,7 @@ void CTextBox::refreshText(void)
//bg variables
int ax = m_cFrameTextRel.iX+m_cFrame.iX;
int ay = m_cFrameTextRel.iY+m_cFrame.iY;
int dx = m_old_cText != m_cText || m_nNrOfPages>1 ? m_cFrameTextRel.iWidth : m_nMaxTextWidth;
int dx = m_old_cText != m_cText || m_nNrOfPages>1 ? m_cFrameTextRel.iWidth : m_nMaxTextWidth - m_nBgRadius;
int dy = m_cFrameTextRel.iHeight;
//avoid artefacts in transparent cornes