Ignore:
Timestamp:
2018-08-01T11:35:09+02:00 (7 years ago)
Author:
nzara
Message:

Bug fix: get from Coordinate; multiple imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java

    r34420 r34440  
    8282                        }
    8383                        public void SetCoor(EastNorth en) {
     84                                x.requestFocusInWindow();               // make shure focus-lost events will be triggered later
    8485                                x.setValue(en.getX());
     86                                y.requestFocusInWindow();
    8587                                y.setValue(en.getY());
    8688                        }
Note: See TracChangeset for help on using the changeset viewer.