From kde-commits Sun May 31 22:27:06 2009 From: Olivier Trichet Date: Sun, 31 May 2009 22:27:06 +0000 To: kde-commits Subject: KDE/kdepim/libkdepim Message-Id: <1243808826.773357.15423.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124386172727513 SVN commit 976112 by otrichet: Revert part of commit 967413 Correctly restore the width of the last column again. BUG: 194187 M +1 -0 treewidget.cpp --- trunk/KDE/kdepim/libkdepim/treewidget.cpp #976111:976112 @@ -137,6 +137,7 @@ for ( int i = 0 ; i < cc ; i++ ) { savedSizes[ i ] = header()->sectionSize( i ); + header()->resizeSection( i , 10 ); } if ( !header()->restoreState( state ) )