summaryrefslogtreecommitdiff
path: root/wxWidgets-Fix/grid.h.patch
blob: 8ed3a8d0b678368f3389c437b1e29144180c5937 (plain)
1
2
3
4
5
6
7
8
9
10
--- old	2009-03-06 11:00:50.000000000 +0100
+++ include\wx\generic\grid.h	2009-10-24 16:56:31.062500000 +0200
@@ -2003,6 +2003,7 @@
     bool SetModelValues();
 
 private:
+	void AutoSizeColFast(int col, bool doRefresh = true); //modification by ZenJu
     // Calculate the minimum acceptable size for labels area
     wxCoord CalcColOrRowLabelAreaMinSize(bool column /* or row? */);
 
bgstack15