Changeset 32092 for main/trunk


Ignore:
Timestamp:
2017-12-11T17:30:32+13:00 (6 years ago)
Author:
ak19
Message:

Previous commit also puts the caret/cursor at the start when using GS3 GLI's config file editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/ConfigFileEditor.java

    r32091 r32092  
    147147    content_pane.add(validation_msg_panel, BorderLayout.NORTH);
    148148    content_pane.add(new JScrollPane(editor), BorderLayout.CENTER); // make editor scrollable
    149     //content_pane.add(button_panel, BorderLayout.SOUTH);
    150149    content_pane.add(toolbars_panel, BorderLayout.SOUTH);
    151150   
Note: See TracChangeset for help on using the changeset viewer.