[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (409b2d1ec6acf418189ed16dfc1675b1079a1439)



The branch, master has been updated
       via  409b2d1ec6acf418189ed16dfc1675b1079a1439 (commit)
      from  818ba7247eea5c2b137e55ed32011d11fb15cc7c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/action.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit 409b2d1ec6acf418189ed16dfc1675b1079a1439
Author: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>
Commit: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>

    Set changed flag on PCB when locking / unlocking objects

:100644 100644 affefba... 700bf29... M	src/action.c

=========
 Changes
=========

commit 409b2d1ec6acf418189ed16dfc1675b1079a1439
Author: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>
Commit: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>

    Set changed flag on PCB when locking / unlocking objects

diff --git a/src/action.c b/src/action.c
index affefba..700bf29 100644
--- a/src/action.c
+++ b/src/action.c
@@ -1150,6 +1150,7 @@ NotifyMode (void)
 	     */
 	    DrawElement (element);
 	    Draw ();
+	    SetChangedFlag (true);
 	    hid_actionl ("Report", "Object", NULL);
 	  }
 	else if (type != NO_TYPE)
@@ -1164,6 +1165,7 @@ NotifyMode (void)
 		DrawObject (type, ptr1, ptr2);
 		Draw ();
 	      }
+	    SetChangedFlag (true);
 	    hid_actionl ("Report", "Object", NULL);
 	  }
 	break;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs