Changeset 6823


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

Refreshing trees should not need to do MetaEditPane, 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/GUIManager.java

    r6770 r6823  
    616616    public void refreshTrees(int refresh_reason)
    617617    {
    618     if(collection_pane != null) {
     618    if (collection_pane != null) {
    619619        collection_pane.refreshWorkspaceTree(refresh_reason);
    620620        collection_pane.refreshCollectionTree(refresh_reason);
    621     }
    622     if(metaedit_pane != null) {
    623         metaedit_pane.refreshTrees();
    624621    }
    625622    }
Note: See TracChangeset for help on using the changeset viewer.