[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello

Thibault Normand thibault.normand at gmail.com
Tue Feb 13 08:30:57 UTC 2007


SVN commit 633108 by tnormand:

# Forget to set Macro beginning flag

 M  +2 -0      uml.cpp  


--- branches/work/isi-umbrello/umbrello/umbrello/uml.cpp #633107:633108
@@ -1887,6 +1887,8 @@
 void UMLApp::BeginMacro( const QString & text ) {
 	if(m_hasBegunMacro)
 		return;
+	
+	m_hasBegunMacro = true;
 
 	m_pUndoStack->beginMacro(text);
 }




More information about the umbrello-devel mailing list