From 9730f552f851a2e2e829bc5bccea690a2e3f106c Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Mon, 26 Apr 2004 13:00:10 +0000 Subject: [PATCH] BUG: [ 940709 ] Dircompare column widths saved only when WinMerge closed - fix from Perry --- Src/DirViewColHandler.cpp | 2 ++ Src/readme.txt | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Src/DirViewColHandler.cpp b/Src/DirViewColHandler.cpp index 5c4fc9555..e1dc8c8c1 100644 --- a/Src/DirViewColHandler.cpp +++ b/Src/DirViewColHandler.cpp @@ -437,6 +437,8 @@ ToDoDeleteThisValidateColumnOrdering(); if (dlg.m_bReset) ResetColumnWidths(); + else + SaveColumnWidths(); // save current widths to registry // Reset our data to reflect the new data from the dialog const CDirColsDlg::ColumnArray & cols = dlg.GetColumns(); diff --git a/Src/readme.txt b/Src/readme.txt index 8bee6330f..866292256 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,3 +1,8 @@ +2004-04-26 Kimmo + BUG: [ 940709 ] Dircompare column widths saved only when WinMerge closed + Fix from Perry + Src: DirViewColHandler.cpp + 2004-04-26 Perry PATCH: [ 941986 ] Remove blank lines in popup dirview menu in Merge.rc Src: Merge.rc -- 2.11.0