[fixed] Lots of Debug Output from DrawSingleButton |
Post Reply |
Author | |
lviolette
Groupie Joined: 17 March 2007 Location: United States Status: Offline Points: 62 |
Post Options
Thanks(1)
Posted: 29 November 2016 at 6:50pm |
XTPTabThemeVisualStudio2010.cpp contains the following method: CXTPTabThemeVisualStudio2010::DrawSingleButton At the bottom of this method is this code: CFont *pFont = pDC->GetCurrentFont(); LOGFONT lf; pFont->GetLogFont(&lf); TRACE(_T("%s %d\n"), lf.lfFaceName, lf.lfWeight); m_pPaintManager->DrawSingleButtonIconAndText(pDC, pItem, pItem->GetRect(), TRUE); It would be nice if there was an #ifdef 0 #endif wrapped around the CFont *pFont line and the TRACE statement. It generates a lot of SPAM in the debug output window in our application. |
|
L. Violette
Monolith www.lith.com Xtreme Toolkit Pro v22.1.0 |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello,
Fixed. Thank you for bringing this to our attention. Regards, Oleksandr Lebed |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |