From b2c5c6a69f5385881ced8466c4ec8d4844540b9e Mon Sep 17 00:00:00 2001 From: William JCM Date: Fri, 2 Oct 2020 12:56:22 +0200 Subject: [PATCH] Update the profile stats when the file is modified. --- GUI/EvtMainFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/EvtMainFrame.cpp b/GUI/EvtMainFrame.cpp index 1b8ff98..6a2568a 100644 --- a/GUI/EvtMainFrame.cpp +++ b/GUI/EvtMainFrame.cpp @@ -425,6 +425,7 @@ void EvtMainFrame::saveFileEventHandler(int event_type, const wxString& event_fi break; } if(event_file == _profileManager.currentProfile()->filename()) { + updateProfileStats(); getActiveSlot(); } else {