mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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) {
|
||||
objects = null;
|
||||
cfgNames = null;
|
||||
boolean cfgsOK = true;
|
||||
|
||||
if (!selection.isEmpty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue