From b8125adfd9b0bb5bd4e8b840201a2daa7045cc6e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Feb 2002 16:19:33 +0000 Subject: [PATCH] applied a fix for the patch 446325 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/grid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 0817377738..9c1f0083ee 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -1405,6 +1405,8 @@ public: { m_extraWidth = extraWidth; m_extraHeight = extraHeight; + + CalcDimensions(); } // Accessors for component windows -- 2.45.2