Skip to content
Snippets Groups Projects
Commit 7478dd9a authored by Marlin Frickenschmidt's avatar Marlin Frickenschmidt
Browse files

Added separator to popup menu.

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@10097 383ad7c9-94d9-4d36-a494-682f7c89f535
parent c7c7a767
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,7 @@ void DataControlPlugin::slotCustomContextMenuRequested ( const QPoint & _pos ) {
BaseObject* item = 0;
if ( id != -1 && PluginFunctions::getObject(id,item) )
menu.addAction(tr("Object ")+QString::number(id)+": "+item->name());
menu.addSeparator();
if(item->dataType() == DATA_LIGHT) {
action = menu.addAction(tr("Copy"),this,SLOT ( slotCopy() ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment