mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug # 202853 : Error-parser panel's check/uncheck do not actually change underlying state
This commit is contained in:
parent
e67e534b88
commit
44d45a6142
1 changed files with 2 additions and 0 deletions
|
@ -100,9 +100,11 @@ public class ErrorParsTab extends AbstractCPropertyTab {
|
|||
|
||||
case 3: // check all
|
||||
tv.setAllChecked(true);
|
||||
saveChecked();
|
||||
break;
|
||||
case 4: // uncheck all
|
||||
tv.setAllChecked(false);
|
||||
saveChecked();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue