mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Bug #202286 : The Tool-list controll of the per-file tool-chain editor is not updated properly under sertain conditions
This commit is contained in:
parent
dd735e2672
commit
96616111e5
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@ public class ToolChainEditTab extends AbstractCBuildPropertyTab {
|
|||
else
|
||||
((IFileInfo)ri).setTools(new ITool[] {v_tools[pos]});
|
||||
}
|
||||
updateData();
|
||||
}
|
||||
|
||||
private void modifyTools() {
|
||||
|
|
Loading…
Add table
Reference in a new issue