Author: mvw
Date: 2009-04-08 06:22:42-0700
New Revision: 17075

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java

Log:
Comment only.

Modified: 
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java?view=diff&pathrev=17075&r1=17074&r2=17075
==============================================================================
--- 
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java   
    (original)
+++ 
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java   
    2009-04-08 06:22:42-0700
@@ -1505,6 +1505,8 @@
 
     /**
      * Updates the text of the name FigText.
+     * This includes text changes, 
+     * but also changes in rendering like bold.
      */
     protected void updateNameText() {
         if (readyToEdit) {
@@ -1514,7 +1516,6 @@
             if (notationProviderName != null) {
                 nameFig.setText(notationProviderName.toString(
                         getOwner(), getNotationSettings()));
-                // TODO: Why does the font need updating? - tfm
                 updateFont();
                 updateBounds();
             }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1596346

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to