Add Unresolve to correction table
Compare changes
Files
2+ 24
− 5
@@ -166,6 +166,12 @@ void FailedChecksTableModel::updateState(const QModelIndex &row, plausibility::C
@@ -272,20 +278,33 @@ void Correction::openContextMenu()
Automatically updated from GitHub PR: https://github.com/ped-dyn-emp/PeTrack/pull/2
When accidentally mark a row in the correction table as resolved, it can now also be reverted. When clicking on Unresolve the status will be changed to Changed.
Closes #486 (closed)
Petrack::keyBindings()