Ignore:
Timestamp:
2009-12-23T21:22:35+01:00 (14 years ago)
Author:
jttt
Message:

MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should only select correct style and then let primitives draw in correct order. (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/ColorPreference.java

    r2666 r2675  
    3434
    3535import org.openstreetmap.josm.Main;
    36 import org.openstreetmap.josm.data.osm.visitor.paint.MapPaintVisitor;
     36import org.openstreetmap.josm.data.osm.visitor.paint.PaintColors;
    3737import org.openstreetmap.josm.gui.MapScaler;
    3838import org.openstreetmap.josm.gui.dialogs.ConflictDialog;
     
    254254     */
    255255    private void fixColorPrefixes() {
    256         (new MapPaintVisitor()).getColors();
     256        PaintColors.getColors();
    257257        MarkerLayer.getColor(null);
    258258        MapScaler.getColor();
Note: See TracChangeset for help on using the changeset viewer.