[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Nov 12 22:42:02 UTC 2004
CVS commit by okellogg:
slotMenuSelection(mt_Change_Font_Selection): Call UMLDoc::setModified().
M +4 -1 associationwidget.cpp 1.131
--- kdesdk/umbrello/umbrello/associationwidget.cpp #1.130:1.131
@@ -2169,6 +2169,9 @@ void AssociationWidget::slotMenuSelectio
case ListPopupMenu::mt_Change_Font_Selection:
font = getFont();
- if( KFontDialog::getFont( font, false, m_pView ) )
+ if( KFontDialog::getFont( font, false, m_pView ) ) {
m_pView -> selectionSetFont( font );
+ UMLDoc* pDoc = UMLApp::app()->getDocument();
+ pDoc->setModified(true);
+ }
break;
More information about the umbrello-devel
mailing list