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:
parent
567243a752
commit
2f57d76a20
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ public class CPPLanguageServerPreferencePage extends FieldEditorPreferencePage i
|
|||
serverPath.setStringValue(changedLSLocation.getAbsolutePath());
|
||||
}
|
||||
}
|
||||
super.propertyChange(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue