Ticket #643 (closed bug: fixed)
Totally double-protect Layer class
| Reported by: | euzuro | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4 Release |
| Component: | Layer | Version: | 2.4 RC1 |
| Keywords: | Cc: | ||
| State: |
Description
See #636 for more info, but the basic idea is that sometimes a layer will be a subclass of two different parent layers. then, at each step of the game, the correct way to deal with bubbling up calls to the superclass is to bubble them up to *both* superclasses. Unfortunately, as this plays itself out, that means that stuff here in layer will be getting called twice. No reason to put ourselves out so.
I realize this isn't the most elegant thing, but it's the only way I see proper to do it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

