Fixed some minor issues in mapping tool (triggered by slack discussion)

* slot menu connect
* stashing from model view
* removed unused menu
This commit is contained in:
Klaus Basan
2016-02-25 17:13:11 +01:00
committed by Mathew Sutcliffe
parent 79f95845b2
commit 76814b43be
6 changed files with 6 additions and 39 deletions

View File

@@ -863,7 +863,7 @@ namespace BlackGui
if (mapComp->currentTabIndex() == CDbMappingComponent::TabOwnModels && mapComp->currentModelView()->hasSelection())
{
this->addSeparator(menu);
menu.addAction(CIcons::text16(), "Open simulator file", this, SLOT(ps_showSimulatorFile()));
menu.addAction(CIcons::text16(), "Open simulator file", mapComp, SLOT(ps_showSimulatorFile()));
}
this->nestedCustomMenu(menu);