mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-14 11:45:38 +02:00
Bug 461194 - Update selection in AbstractResourceActionHandler when
evaluationContext set Change-Id: I81e7568e844e16a5d13673dc2ce8ec149e01c497 Signed-off-by: William Riley <william.riley@renesas.com>
This commit is contained in:
parent
fe8b5e806d
commit
47b1b5c634
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ public abstract class AbstractResourceActionHandler extends AbstractHandler {
|
|||
@Override
|
||||
public void setEnabled(Object evaluationContext) {
|
||||
this.evaluationContext = (IEvaluationContext) evaluationContext;
|
||||
selection = convertSelection(this.evaluationContext, null);
|
||||
}
|
||||
|
||||
protected IStructuredSelection getSelection() {
|
||||
|
|
Loading…
Add table
Reference in a new issue