1
0
Fork 0
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:
Oleg Krasilnikov 2007-09-11 08:19:03 +00:00
parent e67e534b88
commit 44d45a6142

View file

@ -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;