Skip to content

Commit

Permalink
JobPathEditor: clear Next/Prev tables when clearing job
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Feb 24, 2023
1 parent efd60f9 commit 4e6f49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jobs/jobeditor/jobpatheditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ bool JobPathEditor::clearJob()

stopJobNumberTimer();

prevJobsModel->clearData();
nextJobsModel->clearData();

return true;
}

Expand Down

0 comments on commit 4e6f49d

Please sign in to comment.