Ignore:
Timestamp:
2010-01-10T20:41:49+01:00 (16 years ago)
Author:
pieren
Message:

More about raster image rotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java

    r19371 r19387  
    8181
    8282    private JMenuItem saveAsPng;
     83   
     84    public boolean adjustModeEnabled;
    8385
    8486    public WMSLayer() {
     
    237239            paintCrosspieces(g, mv);
    238240        }
     241        if (this.adjustModeEnabled) {
     242            WMSAdjustAction.paintAdjustFrames(g, mv);
     243        }           
    239244    }
    240245
Note: See TracChangeset for help on using the changeset viewer.