Fixed a bug where the auto-completion would not work via commandline.
Fixed a bug where the auto-completion would not work via command line, I fixed it by reloading the information of dives when a dive file is open via command line or via UI. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
6da2d40d3c
commit
41ada82a04
@ -561,6 +561,7 @@ void MainTab::initialUiSetup()
|
||||
ui->weights->resizeColumnToContents(i);
|
||||
}
|
||||
s.endGroup();
|
||||
reload();
|
||||
}
|
||||
|
||||
void MainTab::editCylinderWidget(const QModelIndex& index)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user