lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5750] Reverse a change made 20110814T1416Z


From: Greg Chicares
Subject: [lmi-commits] [5750] Reverse a change made 20110814T1416Z
Date: Thu, 18 Jul 2013 01:44:19 +0000

Revision: 5750
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5750
Author:   chicares
Date:     2013-07-18 01:44:18 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Reverse a change made 20110814T1416Z

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2013-07-18 01:43:35 UTC (rev 5749)
+++ lmi/trunk/ChangeLog 2013-07-18 01:44:18 UTC (rev 5750)
@@ -32449,3 +32449,18 @@
 that careful selections were irretrievably lost. Now, as before, the
 selections are preserved when grayed out.
 
+20130718T0143Z <address@hidden> [542]
+
+  configurable_settings.cpp
+Mark a defect.
+
+20130718T0144Z <address@hidden> [542]
+
+  illustration_view.cpp
+Reverse a change made 20110814T1416Z. That change caused "OK" to
+behave like "Cancel" when ending an input dialog with no input change.
+However, sometimes it is convenient to rerun the illustration even if
+input did not change--for instance, to check repeated timings, or to
+see diagnostics again--and the "Cancel" behavior is always available
+by pressing "Cancel".
+

Modified: lmi/trunk/illustration_view.cpp
===================================================================
--- lmi/trunk/illustration_view.cpp     2013-07-18 01:43:35 UTC (rev 5749)
+++ lmi/trunk/illustration_view.cpp     2013-07-18 01:44:18 UTC (rev 5750)
@@ -240,7 +240,7 @@
 //        return;
         }
 
-    if(oe_mvc_dv_changed == edit_parameters())
+    if(oe_mvc_dv_cancelled != edit_parameters())
         {
         Run();
         }




reply via email to

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