Don't set the value of the hidden editor control (useless)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25118
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
grid->GetTable()->SetValue(row, col, value);
m_startValue = wxEmptyString;
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);
GetViewStart( &x, &y );
// ensure the position is valid for the new scroll ranges
GetViewStart( &x, &y );
// ensure the position is valid for the new scroll ranges
y = wxMax( h - 1, 0 );
// do set scrollbar parameters
y = wxMax( h - 1, 0 );
// do set scrollbar parameters