Menu

#1105 Active item in build options dialog does not match current target when there are virtual targets

Undefined
applied
Compiler (42)
Bug_Report
2021-12-29
2021-06-14
kipade
No

As the topic, the selected active build target tree item does not match the current active build target selected in the combobox of the current project.
Because, when the build options dialog being shown, it will check if there was a real build target select, if so, it would make the real build target as selected.
However, if there were some virtual build target existed, the current real target index would based its first non-zero real index within the whole target array.
so, this code[svn r12458] line should be modified as the attached difference.

1 Attachments

Discussion

  • Teodor Petrov

    Teodor Petrov - 2021-06-14
    • summary: gcompilergcc: active item in buildoptions dialog does not match current target --> Active item in build options dialog does not match current target when there are virtual targets
     
  • Teodor Petrov

    Teodor Petrov - 2021-06-14
    • labels: compilergcc --> Compiler
     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-28
    • assigned_to: Miguel Gimenez
     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-29
    • status: open --> applied
     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-29

    Fixed in [r12614]

     

    Related

    Commit: [r12614]


Log in to post a comment.