Skip to content

Commit

Permalink
Fixed #464 - Logbook: QSO Table Column Width Does Not Stick
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Sep 16, 2024
1 parent 5d5d16b commit 76046c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/LogbookWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ void LogbookWidget::updateTable()
while ( model->canFetchMore() && model->rowCount() < 5000 )
model->fetchMore();

ui->contactTable->resizeColumnsToContents();

// it is not possible to use mode->rowCount here because model contains only
// the first 5000 records (or more) and rowCount has a value 5000 here. Therefore, it is needed
// to run a QSL stateme with Count. Run it only in case when QTableview does not contain all
Expand Down

0 comments on commit 76046c5

Please sign in to comment.