lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5338] Reconcile MVC Model when a value is modified (VS)


From: Greg Chicares
Subject: [lmi-commits] [5338] Reconcile MVC Model when a value is modified (VS)
Date: Wed, 14 Dec 2011 00:47:33 +0000

Revision: 5338
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5338
Author:   chicares
Date:     2011-12-14 00:47:33 +0000 (Wed, 14 Dec 2011)
Log Message:
-----------
Reconcile MVC Model when a value is modified (VS)

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/census_view.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-12-14 00:41:47 UTC (rev 5337)
+++ lmi/trunk/ChangeLog 2011-12-14 00:47:33 UTC (rev 5338)
@@ -28804,3 +28804,26 @@
 the lmi epoch: when calculating specamt from target, any applicable
 policy fee must be accounted for.
 
+20111214T0031Z <address@hidden> [597]
+
+  ihs_basicval.cpp
+Improve documentation.
+
+20111214T0038Z <address@hidden> [597]
+
+  census_view.cpp
+Revert row-height change of 20110807T2144Z (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2011-11/msg00001.html
+
+20111214T0041Z <address@hidden> [597]
+
+  census_view.cpp
+Use default control sizes only when necessary (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2011-11/msg00001.html
+
+20111214T0047Z <address@hidden> [597]
+
+  census_view.cpp
+Reconcile MVC Model when a value is modified (VS). See:
+  http://lists.nongnu.org/archive/html/lmi/2011-11/msg00003.html
+

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2011-12-14 00:41:47 UTC (rev 5337)
+++ lmi/trunk/census_view.cpp   2011-12-14 00:47:33 UTC (rev 5338)
@@ -745,6 +745,9 @@
 
     cell = new_val;
 
+    Input& model = view_.cell_parms()[row];
+    model.Reconcile();
+
     view_.document().Modify(true);
 
     return true;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]