mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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
@@ -31,7 +31,7 @@ namespace BlackGui
|
||||
ui(new Ui::CDataInfoAreaComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
initInfoArea(); // init base class
|
||||
this->initInfoArea(); // init base class
|
||||
this->setWindowIcon(CIcons::swiftDatabase24());
|
||||
this->ps_setTabBarPosition(QTabWidget::North);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user