mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
Bug #187042 : "Exclude from build..." context menu disabled
This commit is contained in:
parent
f28d70ab8e
commit
c3778e90a7
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ implements IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate {
|
||||||
|
|
||||||
public void selectionChanged(IAction action, ISelection selection) {
|
public void selectionChanged(IAction action, ISelection selection) {
|
||||||
objects = null;
|
objects = null;
|
||||||
|
cfgNames = null;
|
||||||
boolean cfgsOK = true;
|
boolean cfgsOK = true;
|
||||||
|
|
||||||
if (!selection.isEmpty()) {
|
if (!selection.isEmpty()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue