Possible "bug" in GetRowHeight |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 23 May 2010 at 3:30pm |
I think this should be the default behavior in GetRowHeight function:
virtual int GetRowHeight(CDC* pDC, CXTPReportRow* pRow)
{
int rowHeight = CXTPReportPaintManager::GetRowHeight(pDC, pRow);
return max(rowHeight, m_nRowHeightDefault);
}
|
|
PokerMemento - http://www.pokermemento.com/
|
|
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 |