Update the profile stats when the file is modified.
This commit is contained in:
parent
eb08de1a30
commit
b2c5c6a69f
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ void EvtMainFrame::saveFileEventHandler(int event_type, const wxString& event_fi
|
|||
break;
|
||||
}
|
||||
if(event_file == _profileManager.currentProfile()->filename()) {
|
||||
updateProfileStats();
|
||||
getActiveSlot();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue