mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fix for the tool-chain modification functionality
This commit is contained in:
parent
92e72835f8
commit
35af19eaff
1 changed files with 5 additions and 3 deletions
|
@ -192,6 +192,8 @@ public class FolderInfoModification extends ToolListModification implements IFol
|
|||
if(tc == fSelectedToolChain)
|
||||
return;
|
||||
|
||||
applyToolChain((ToolChain)tc);
|
||||
|
||||
fSelectedToolChain = (ToolChain)tc;
|
||||
IToolChain newReal = ManagedBuildManager.getRealToolChain(tc);
|
||||
if(newReal == fRealToolChain)
|
||||
|
@ -200,7 +202,7 @@ public class FolderInfoModification extends ToolListModification implements IFol
|
|||
fRealToolChain = (ToolChain)newReal;
|
||||
|
||||
// setProjectTools(tc.getTools());
|
||||
applyToolChain(fSelectedToolChain);
|
||||
// applyToolChain(fSelectedToolChain);
|
||||
clearToolInfo(tc.getTools());
|
||||
fCurrentCompatibilityInfo = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue