mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
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:
committed by
Mathew Sutcliffe
parent
79f95845b2
commit
76814b43be
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user