Merge remote-tracking branch 'origin/GT-3513-dragonmacher-selection-action-enablement'

This commit is contained in:
ghidorahrex 2020-02-04 13:13:07 -05:00
commit fe21a409e0

View file

@ -398,12 +398,7 @@ public class LocationReferencesProvider extends ComponentProviderAdapter
@Override
public ActionContext getActionContext(MouseEvent event) {
if (event != null) {
if (referencesPanel.selectRow(event)) {
return new ActionContext(this, referencesPanel.getTable());
}
}
return null;
return new ActionContext(this, referencesPanel.getTable());
}
//==================================================================================================