From 08b326f28524b1fafafbb0b15fd4e2c77aa174fe Mon Sep 17 00:00:00 2001 From: wj32 Date: Wed, 24 Aug 2011 03:24:18 +0000 Subject: [PATCH] restored old PhTnpAutoSizeColumnHeader behavior git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4526 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/phlib/treenew.c | 1 - 1 file changed, 1 deletion(-) diff --git a/2.x/trunk/phlib/treenew.c b/2.x/trunk/phlib/treenew.c index 109d5bdae..3054a39ba 100644 --- a/2.x/trunk/phlib/treenew.c +++ b/2.x/trunk/phlib/treenew.c @@ -2941,7 +2941,6 @@ VOID PhTnpAutoSizeColumnHeader( { width = parts.TextRect.right - parts.TextRect.left; // text width width += parts.ContentRect.left - parts.CellRect.left; // left padding - width += parts.CellRect.right - parts.ContentRect.right; // right padding if (maximumWidth < width) maximumWidth = width;