mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
*CTextBox: remove printf
it' makes osd too slow
This commit is contained in:
@@ -222,7 +222,7 @@ void CTextBox::reSizeMainFrameWidth(int textWidth)
|
||||
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user