1
0
Fork 0
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:
Oleg Krasilnikov 2007-09-06 09:05:10 +00:00
parent dd735e2672
commit 96616111e5

View file

@ -390,6 +390,7 @@ public class ToolChainEditTab extends AbstractCBuildPropertyTab {
else
((IFileInfo)ri).setTools(new ITool[] {v_tools[pos]});
}
updateData();
}
private void modifyTools() {