Skip to content

Commit

Permalink
When refreshing, save edited source file if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Oct 9, 2024
1 parent 5b0299c commit 1bbe107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/i18napp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ void I18NFrame::OnRefresh([[maybe_unused]] wxCommandEvent&)

if (projDlg.ShowModal() == wxID_OK)
{
SaveSourceFileIfNeeded();

m_activeProjectOptions = projDlg.GetAllOptions();

Process();
Expand Down

0 comments on commit 1bbe107

Please sign in to comment.