Skip to content

Commit

Permalink
C4StartupAdvancedConfigDialog: Fix ignored entries getting filled wit…
Browse files Browse the repository at this point in the history
…h their default value
  • Loading branch information
Fulgen301 committed Nov 25, 2024
1 parent 20cabdb commit b6a3886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/C4StartupOptionsAdvancedConfigDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class StdCompilerConfigGuiBase : public StdCompiler
if (++level > 2)
{
ignore = true;
return {this, false};
}
else
{
Expand Down

0 comments on commit b6a3886

Please sign in to comment.