*GridCtrlTest: Few small fixes..

git-svn-id: svn://ultimatepp.org/upp/trunk@2673 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2010-09-08 20:04:35 +00:00
parent f3a7082912
commit cf70be8efe
8 changed files with 57 additions and 63 deletions

View file

@ -12,7 +12,7 @@ void TestExcelGrid::Init()
grid.SelectRow(false);
grid.SetRowCount(200);
grid.ResizeColMode(1);
grid.ResizePaintMode(1);
grid.Absolute();
grid.Clipboard();
}