Update for wx3.0 compatibility

This commit is contained in:
Seth Hillbrand 2022-12-14 16:41:49 -08:00
parent c86688d280
commit f0a8182532
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ SIM_LIBRARY& SIM_LIB_MGR::SetLibrary( const wxString& aLibraryPath, REPORTER* aR
wxFileName fn( relLib );
fullPath = testPath.GetAbsolutePath( fn.GetPath( true ) );
testPath.MakeAbsolute( fn.GetPath( true ) );
fullPath = testPath.GetFullPath();
}
try