Minor tweaks, style

This commit is contained in:
Klaus Basan
2018-12-22 22:58:18 +01:00
committed by Mat Sutcliffe
parent e7a807efdf
commit 0efb24f7fc
2 changed files with 2 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ namespace BlackGui
ui->comp_StashAircraft->view()->setCustomMenu(new COwnModelSetMenu(this));
ui->comp_StashAircraft->view()->setCustomMenu(new CStashToolsMenu(this));
ui->comp_ModelWorkbench->view()->menuAddItems(CAircraftModelView::MenuClear | CAircraftModelView::MenuRemoveSelectedRows);
ui->comp_ModelWorkbench->view()->setCustomMenu(new CApplyDbDataMenu(this));
ui->comp_ModelWorkbench->view()->setCustomMenu(new COwnModelSetMenu(this));
ui->comp_ModelWorkbench->view()->setCustomMenu(new CStashToolsMenu(this));