Fix file history items formatting when loading them from config
Add DoRefreshLabels() to wxFileHistoryBase::Load() to ensure that the paths are formatted correctly. Closes #23799. See #23857.
This commit is contained in:
parent
3861ad6b6d
commit
879cc1e574
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ void wxFileHistoryBase::Load(const wxConfigBase& config)
|
|||
}
|
||||
|
||||
AddFilesToMenu();
|
||||
DoRefreshLabels();
|
||||
}
|
||||
|
||||
void wxFileHistoryBase::Save(wxConfigBase& config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue