Fix XRC environment variable expansion for bitmap bundles
This commit is contained in:
committed by
Alexander Koshelev
parent
1a10199575
commit
eb60079085
@@ -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(";") )
|
||||
|
||||
Reference in New Issue
Block a user