Changeset 6824


Ignore:
Timestamp:
2004-02-18T10:20:04+13:00 (20 years ago)
Author:
mdewsnip
Message:

The MetaEditPane should not need its own refreshTrees function, since its tree is the same as the one on the Collect pane. This was causing the collection tree to be refreshed twice per action, contributing to the "lightning storm" effect.

File:
1 edited

Legend:

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

    r6539 r6824  
    626626    }
    627627
    628     public void refreshTrees() {
    629     collection_tree.refresh(null); // Refresh entire tree.
    630     }
    631 
    632628    /** Method that is called whenever the metadata set collection changes in some way, such as the addition of a new set or the merging of two sets. - needed for MSMListener
    633629     * @param event A <strong>MSMEvent</strong> containing details of the event that caused this message to be fired.
Note: See TracChangeset for help on using the changeset viewer.