mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #911, copy menu
This commit is contained in:
committed by
Mathew Sutcliffe
parent
fc3a36512e
commit
46521c5560
@@ -36,6 +36,7 @@ namespace BlackGui
|
||||
// filter and drag and drop
|
||||
ui->tvp_Liveries->setFilterWidget(ui->filter_Livery);
|
||||
ui->tvp_Liveries->allowDragDrop(true, false);
|
||||
ui->tvp_Liveries->menuAddItems(CViewBaseNonTemplate::MenuCopy);
|
||||
|
||||
connect(sGui->getWebDataServices(), &CWebDataServices::dataRead, this, &CDbLiveryComponent::ps_liveriesRead);
|
||||
this->ps_liveriesRead(CEntityFlags::LiveryEntity, CEntityFlags::ReadFinished, sGui->getWebDataServices()->getLiveriesCount());
|
||||
@@ -75,4 +76,3 @@ namespace BlackGui
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user