Menu

#17 addAfter method in HScene

open
nobody
None
5
2005-06-17
2005-06-17
No

The both calls to the method popInFrontOf() in the
addAfter method implementation of the HScene class
use the wrong order of the parameters:
popInFrontOf(front, component);
It shoud be:
popInFrontOf(component, front);

Discussion


Log in to post a comment.