Project

General

Profile

« Previous | Next » 

Revision 985f42a7

Added by Patrick Plitzner about 6 years ago

ref #7095 Enforce visual refresh when toggling list and tree view

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
30 30
import org.eclipse.jface.viewers.StructuredSelection;
31 31
import org.eclipse.jface.window.Window;
32 32
import org.eclipse.nebula.widgets.nattable.NatTable;
33
import org.eclipse.nebula.widgets.nattable.command.VisualRefreshCommand;
33 34
import org.eclipse.nebula.widgets.nattable.config.AbstractRegistryConfiguration;
34 35
import org.eclipse.nebula.widgets.nattable.config.CellConfigAttributes;
35 36
import org.eclipse.nebula.widgets.nattable.config.ConfigRegistry;
......
455 456
        btnCollapseAll.setEnabled(isTree);
456 457
        btnExpandAll.setEnabled(isTree);
457 458
        natTable.doCommand(new ClientAreaResizeCommand(natTable));
459
        natTable.doCommand(new VisualRefreshCommand());
458 460
    }
459 461

  
460 462
    public void createTable(boolean treeView){

Also available in: Unified diff