Ignore:
Timestamp:
2009-11-08T23:21:35+01:00 (14 years ago)
Author:
stoecker
Message:

fixed #3851 - text vanishs in history dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowser.java

    r2275 r2416  
    1818/**
    1919 * HistoryBrowser is an UI component which displays history information about an {@see OsmPrimitive}.
    20  * 
     20 *
    2121 *
    2222 */
     
    3434    /**
    3535     * embedds table in a {@see JScrollPane}
    36      * 
     36     *
    3737     * @param table the table
    3838     * @return the {@see JScrollPane} with the embedded table
     
    4747    /**
    4848     * creates the table which shows the list of versions
    49      * 
     49     *
    5050     * @return  the panel with the version table
    5151     */
     
    6262     * creates the panel which shows information about two different versions
    6363     * of the same {@see OsmPrimitive}.
    64      * 
     64     *
    6565     * @return the panel
    6666     */
     
    122122    /**
    123123     * populates the browser with the history of a specific {@see OsmPrimitive}
    124      * 
     124     *
    125125     * @param history the history
    126126     */
    127127    public void populate(History history) {
    128128        model.setHistory(history);
     129
     130        tpViewers.removeAll();
    129131
    130132        tpViewers.add(tagInfoViewer);
     
    146148    /**
    147149     * replies the {@see History} currently displayed by this browser
    148      * 
     150     *
    149151     * @return the current history
    150152     */
Note: See TracChangeset for help on using the changeset viewer.