mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 01:43:23 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -561,6 +561,7 @@ void MainTab::initialUiSetup()
|
|||
ui->weights->resizeColumnToContents(i);
|
||||
}
|
||||
s.endGroup();
|
||||
reload();
|
||||
}
|
||||
|
||||
void MainTab::editCylinderWidget(const QModelIndex& index)
|
||||
|
|
Loading…
Add table
Reference in a new issue