*CTextBox: remove printf

it' makes osd too slow
This commit is contained in:
2012-08-27 15:14:16 +02:00
parent 4e3791be72
commit 69c22d1594

View File

@@ -222,7 +222,7 @@ void CTextBox::reSizeMainFrameWidth(int textWidth)
void CTextBox::reSizeMainFrameHeight(int textHeight) void CTextBox::reSizeMainFrameHeight(int textHeight)
{ {
TRACE("[CTextBox]->ReSizeMainFrameHeight: %d, current: %d\r\n",textHeight,m_cFrameTextRel.iHeight); //TRACE("[CTextBox]->ReSizeMainFrameHeight: %d, current: %d\r\n",textHeight,m_cFrameTextRel.iHeight);
int iNewWindowHeight = textHeight + 2*text_border_width; int iNewWindowHeight = textHeight + 2*text_border_width;