Changeset 32015 in osm for applications/editors/josm/plugins/photoadjust
- Timestamp:
- 2016-01-23T18:27:31+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust
- Files:
- 
      - 2 edited
 
 - 
          
  build.xml (modified) (1 diff)
- 
          
  src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/photoadjust/build.xmlr31961 r32015 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="9 277"/>7 <property name="plugin.main.version" value="9416"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). 
- 
      applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustWorker.javar31962 r32015 42 42 */ 43 43 public synchronized void disableCenterView() { 44 if (!centerViewIsDisabled) { 44 if (!centerViewIsDisabled && ImageViewerDialog.isCenterView()) { 45 45 centerViewIsDisabled = true; 46 46 centerViewNeedsEnable = ImageViewerDialog.setCentreEnabled(false); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
