libcore|libgui|ScriptedInfo: Inheritance considered when looking up relative paths
Relative file paths in ScriptedInfo records are normally relative to the file where the records are read from. However, when inheriting from records in other files, relative paths might still refer to their original location.
These changes allow looking up files in relation to all the inherited source location.
libcore|libgui|ScriptedInfo: Inheritance considered when looking up relative paths
Relative file paths in ScriptedInfo records are normally relative to
the file where the records are read from. However, when inheriting
from records in other files, relative paths might still refer to
their original location.
These changes allow looking up files in relation to all the inherited
source location.