Changes between Initial Version and Version 1 of Ticket #12415, comment 7
- Timestamp:
- 2016-05-27T22:11:06+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12415, comment 7
initial v1 1 1 I'll have a look at it. Temporary layers are on the TODO-List for next week (I'll prepare some patches to be included after 16.05). 2 3 A first note: I plan on splitting the layer drawing code and add a paintLayer() to each layer that does the same as the paint() in JComponent. We can put the setup code there, that way each layer can do it's own setup if required.