From 6bcf1bad71e15ec4c10616fb10bf905063274233 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Wed, 17 Apr 2019 18:09:25 +0200 Subject: [PATCH] Fix restoring width of first wxPropertyGrid column While restoring editable state also the position of the first splitter should be set. --- src/propgrid/propgridiface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propgrid/propgridiface.cpp b/src/propgrid/propgridiface.cpp index 04b7760101..181c26a310 100644 --- a/src/propgrid/propgridiface.cpp +++ b/src/propgrid/propgridiface.cpp @@ -1085,7 +1085,7 @@ bool wxPropertyGridInterface::RestoreEditableState( const wxString& src, int res { if ( restoreStates & SplitterPosState ) { - for ( size_t n=1; n