mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CTextBox: reinit text variables after evaluated comparison
This commit is contained in:
@@ -537,6 +537,7 @@ 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