grid->GetTable()->SetValue(row, col, value);
m_startValue = wxEmptyString;
- Text()->SetValue(m_startValue);
+ // No point in setting the text of the hidden control
+ //Text()->SetValue(m_startValue);
return changed;
}
GetViewStart( &x, &y );
// ensure the position is valid for the new scroll ranges
- if ( x >= w )
+ if ( x >= w )
x = wxMax( w - 1, 0 );
- if ( y >= h )
+ if ( y >= h )
y = wxMax( h - 1, 0 );
// do set scrollbar parameters