mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Bug 428725 - Severity selection from Coda Analyses preferences should
not allow not supported values. Create ComboBoxCellEditor with SWT.READ_ONLY style Change-Id: I5d1bbc94ffb6df17be092108c1e45133849cea3e Signed-off-by: Teodor Madan <teodor.madan@freescale.com> Reviewed-on: https://git.eclipse.org/r/22363 Tested-by: Hudson CI
This commit is contained in:
parent
7b74217a34
commit
ce1620f8cc
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ public class ProblemsTreeEditor extends CheckedTreeEditor {
|
|||
|
||||
@Override
|
||||
protected CellEditor getCellEditor(Object element) {
|
||||
return new ComboBoxCellEditor(getTreeViewer().getTree(), CodanSeverity.stringValues());
|
||||
return new ComboBoxCellEditor(getTreeViewer().getTree(), CodanSeverity.stringValues(), SWT.READ_ONLY);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue