Changes between Version 1 and Version 2 of Ticket #12415, comment 7


Ignore:
Timestamp:
2016-05-27T22:40:46+02:00 (9 years ago)
Author:
michael2402

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12415, comment 7

    v1 v2  
    11I'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).
    22
    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.
     3A first note: I plan on splitting the layer drawing code and add a paintAll() 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.