Update the profile stats when the file is modified.

This commit is contained in:
Guillaume Jacquemin 2020-10-02 12:56:22 +02:00
parent eb08de1a30
commit b2c5c6a69f
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ void EvtMainFrame::saveFileEventHandler(int event_type, const wxString& event_fi
break;
}
if(event_file == _profileManager.currentProfile()->filename()) {
updateProfileStats();
getActiveSlot();
}
else {