From c4dbf754173a106a56f1a2f57787ca44528fe52e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 27 Aug 2012 15:14:16 +0200 Subject: [PATCH] CTextBox: remove printf it' makes osd too slow Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/69c22d15949e77068debd9720d69b48cf4f8487e Author: Thilo Graf Date: 2012-08-27 (Mon, 27 Aug 2012) Origin message was: ------------------ *CTextBox: remove printf it' makes osd too slow --- src/gui/widget/textbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/textbox.cpp b/src/gui/widget/textbox.cpp index 7c25463f7..18a39ebb5 100644 --- a/src/gui/widget/textbox.cpp +++ b/src/gui/widget/textbox.cpp @@ -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;