mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CTextBox: remove text reinit from reInitToCompareVar()
Will be already done after each text render.
This commit is contained in:
@@ -573,7 +573,6 @@ void CTextBox::reInitToCompareVar(int* x, int* y, int* dx, int* dy)
|
|||||||
m_old_nBgRadius = m_nBgRadius;
|
m_old_nBgRadius = m_nBgRadius;
|
||||||
m_old_nBgRadiusType = m_nBgRadiusType;
|
m_old_nBgRadiusType = m_nBgRadiusType;
|
||||||
m_old_nMode = m_nMode;
|
m_old_nMode = m_nMode;
|
||||||
m_old_cText = m_cText;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CTextBox::refreshText(void)
|
void CTextBox::refreshText(void)
|
||||||
|
Reference in New Issue
Block a user