summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
dd0fba4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13823
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int cw, ch;
GetClientSize( &cw, &ch );
int cw, ch;
GetClientSize( &cw, &ch );
- if ( m_colLabelWin->IsShown() )
- cw -= m_rowLabelWidth;
if ( m_rowLabelWin->IsShown() )
if ( m_rowLabelWin->IsShown() )
+ cw -= m_rowLabelWidth;
+ if ( m_colLabelWin->IsShown() )
ch -= m_colLabelHeight;
// grid total size
ch -= m_colLabelHeight;
// grid total size