[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #2957: FontChooser error looking for it's img/filter/filter.png picture


http://gambaswiki.org/bugtracker/edit?object=BUG.2957&from=L21haW4-

Comment #5 by Benoît MINISINI:

I don't know if it's really a bug per se. The problem is in the algorithm that locates the component associated with a relative path. It is based on the class associated with the function using the relative path.

In your case (overriding the Picture class), there is two locations: the initial implementation located in 'gb.gui.base' and your overriding located in your project (I guess). At the moment, the algorithm only uses the component of the last overriding class, making no difference between the functions actually called.

I am thinking about it...


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----