mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Small change for Bug # 188120
This commit is contained in:
parent
fceecd9f90
commit
d772cf26d6
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public class WorkingSetConfigAction implements IWorkbenchWindowActionDelegate, I
|
||||||
}
|
}
|
||||||
|
|
||||||
public void selectionChanged(IAction action, ISelection selection) {
|
public void selectionChanged(IAction action, ISelection selection) {
|
||||||
|
checkWS();
|
||||||
if (action.isEnabled() != enabled)
|
if (action.isEnabled() != enabled)
|
||||||
action.setEnabled(enabled);
|
action.setEnabled(enabled);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue