summaryrefslogtreecommitdiff
path: root/wxWidgets-Fix/grid.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wxWidgets-Fix/grid.h.patch')
-rw-r--r--wxWidgets-Fix/grid.h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/wxWidgets-Fix/grid.h.patch b/wxWidgets-Fix/grid.h.patch
deleted file mode 100644
index 8ed3a8d0..00000000
--- a/wxWidgets-Fix/grid.h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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