Skip to content

Commit

Permalink
DlgRecording: save view state before updating the model
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jan 25, 2022
1 parent 3674e31 commit 26a5cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/recording/dlgrecording.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void DlgRecording::setFocus() {
}

void DlgRecording::refreshBrowseModel() {
saveCurrentViewState();
QString recordingDir =
m_pRecordingManager->getRecordingDir()
// append "/" so the model stores the complete path the model state key
Expand Down

0 comments on commit 26a5cea

Please sign in to comment.