Ignore:
Timestamp:
2011-02-13T13:13:04+01:00 (13 years ago)
Author:
bastiK
Message:

allow a stylesource to override the background color. This may not be the ideal solution yet, but has to do for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSource.java

    r3894 r3896  
    44import static org.openstreetmap.josm.tools.I18n.trn;
    55
     6import java.awt.Color;
    67import java.io.File;
    78import java.io.IOException;
     
    99100                    errors.size(), errors.size());
    100101    }
     102
     103    public Color getBackgroundColorOverride() {
     104        return null;
     105    }
    101106}
Note: See TracChangeset for help on using the changeset viewer.