mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CTextBox: remove printf
it' makes osd too slow
Origin commit data
------------------
Commit: 69c22d1594
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Origin message was:
------------------
*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)
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user