News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

gcompilergcc active item in buildoptions dialog does not match current target

Started by kipade, June 13, 2021, 02:12:39 PM

Previous topic - Next topic

kipade

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 line should be modified as:

oBFusCATed

Version, example project?
I think something like this has been fixed already recently.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

kipade

recent head version, svn12458
Just take codeblocks project as the example will re-show the issue.
Im not sure if it same for windows version.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

kipade