Fix XRC environment variable expansion for bitmap bundles

This commit is contained in:
ousnius
2022-01-28 22:59:03 +01:00
committed by Alexander Koshelev
parent 1a10199575
commit eb60079085

View File

@@ -1967,7 +1967,7 @@ wxBitmapBundle wxXmlResourceHandlerImpl::GetBitmapBundle(const wxString& param,
}
wxBitmapBundle bitmapBundle;
wxString paramValue = GetParamValue(node);
wxString paramValue = GetFilePath(node);
if ( paramValue.EndsWith(".svg") )
{
if ( paramValue.Contains(";") )