[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Mar 17 09:52:58 UTC 2005


CVS commit by okellogg: 

showOpDlg(): If the operation text does not conform to UML syntax then treat it as freetext.


  M +2 -0      floatingtext.cpp   1.71


--- kdesdk/umbrello/umbrello/floatingtext.cpp  #1.70:1.71
@@ -281,4 +281,6 @@ void FloatingText::showOpDlg() {
                 m_pLink->setOperation(op);
                 opText = QString::null;
+        } else {
+                m_pLink->setOperation(NULL);
         }
         m_pLink->setSeqNumAndOp(seqNum, opText);






More information about the umbrello-devel mailing list