Skip to content

Commit

Permalink
Fixed BOptionPopUp value in ConfigWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaxed committed Oct 30, 2023
1 parent 2a95675 commit 18d817d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/ConfigWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ ConfigWindow::MakeControlFor(GMessage& config)
popUp->AddOption(config[key.String()]["label"], config[key.String()]["value"]);
c++;
}
popUp->SetValue(fConfigManager[config["key"]]);
return popUp;
}
} else {
Expand Down

0 comments on commit 18d817d

Please sign in to comment.