dia r4364 - in trunk: . objects/UML
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4364 - in trunk: . objects/UML
- Date: Sun, 5 Apr 2009 14:41:47 +0000 (UTC)
Author: hans
Date: Sun Apr 5 14:41:47 2009
New Revision: 4364
URL: http://svn.gnome.org/viewvc/dia?rev=4364&view=rev
Log:
2009-04-04 Hans Breuer <hans breuer org>
* objects/UML/association.c : force an internal state update after
changing properties, fixes bug #576843
Modified:
trunk/ChangeLog
trunk/objects/UML/association.c
Modified: trunk/objects/UML/association.c
==============================================================================
--- trunk/objects/UML/association.c (original)
+++ trunk/objects/UML/association.c Sun Apr 5 14:41:47 2009
@@ -319,6 +319,8 @@
{
object_set_props_from_offsets(&assoc->orth.object,
association_offsets, props);
+ /* force an internal state update after changing properties */
+ association_set_state(assoc, association_get_state(assoc));
association_update_data(assoc);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]