1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 18:53:20 +02:00

Bug 538516 - Ensure the validation state is updated correctly on the C/C++ Language Servers Preference Page

Change-Id: Ic3bbbd437081213b40e5ae0cbc2816fa9369449a
This commit is contained in:
Nathan Ridge 2018-08-23 16:10:49 -04:00
parent 567243a752
commit 2f57d76a20

View file

@ -57,6 +57,7 @@ public class CPPLanguageServerPreferencePage extends FieldEditorPreferencePage i
serverPath.setStringValue(changedLSLocation.getAbsolutePath());
}
}
super.propertyChange(event);
}
@Override