Ignore:
Timestamp:
2016-08-01T20:40:03+02:00 (8 years ago)
Author:
simon04
Message:

fix #13249 see #13236 - No not change caret position (for editable text areas)

Reverts r10665.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/MapPaintDialog.java

    r10627 r10694  
    659659                txtSource.append("<ERROR: failed to read file!>");
    660660            }
     661            txtSource.setCaretPosition(0);
    661662        }
    662663
     
    669670                txtErrors.append(t.toString() + '\n');
    670671            }
     672            txtErrors.setCaretPosition(0);
    671673        }
    672674    }
Note: See TracChangeset for help on using the changeset viewer.