[Uml-devel] branches/work/isi-umbrello/umbrello/umbrello
Caroline Bourdeu d'Aguerre
cbda at free.fr
Mon Jan 29 23:59:28 UTC 2007
SVN commit 628402 by bourdeu:
Add the properties when right-clicked on a combined-fragment.
M +13 -0 listpopupmenu.cpp
--- branches/work/isi-umbrello/umbrello/umbrello/listpopupmenu.cpp #628401:628402
@@ -405,6 +405,19 @@
insertStdItem(mt_Change_Font);
break;
+ case Uml::wt_Combined_Fragment:
+ setupColor( object -> getUseFillColour() );
+ insertSeparator();
+ insertStdItem(mt_Cut);
+ insertStdItem(mt_Copy);
+ insertStdItem(mt_Paste);
+ insertItem(SmallIcon( "editdelete"), i18n("Clear"), mt_Clear);
+ insertSeparator();
+ insertItem(i18n("Change Text..."), mt_Rename);
+ insertStdItem(mt_Delete);
+ insertStdItem(mt_Change_Font);
+ break;
+
case Uml::wt_Text:
switch( (static_cast<FloatingTextWidget*>(object))->getRole() ) {
case Uml::tr_MultiB:
More information about the umbrello-devel
mailing list