Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.3.0
-
Fix Version/s: None
-
Component/s: application
-
Labels:None
-
Environment:Windows 7 - 64bit
Linux Kubunty - 64 bit
Description
First time I open the Table view after restarting uDig this do not show anything even if I select a feature layer.
To see attributes in the Table view I have to select an other layer from the layer view and then select the firs one again. At that point the Table view works fine until restart uDig.
if( page.getActiveEditor() instanceof MapPart ){
editorActivated( (MapPart) page.getActiveEditor() );
}