CTextBox: remove text reinit from reInitToCompareVar()

Will be already done after each text render.
This commit is contained in:
2017-01-16 12:10:14 +01:00
committed by M. Liebmann
parent 9b69803ca4
commit ae903ddb2f

View File

@@ -573,7 +573,6 @@ void CTextBox::reInitToCompareVar(int* x, int* y, int* dx, int* dy)
m_old_nBgRadius = m_nBgRadius;
m_old_nBgRadiusType = m_nBgRadiusType;
m_old_nMode = m_nMode;
m_old_cText = m_cText;
}
void CTextBox::refreshText(void)