GUI: code style + ID fix

This commit is contained in:
tildearrow 2025-06-24 03:56:25 -05:00
parent 5eb8718ce5
commit 6d5d28484f
2 changed files with 6 additions and 6 deletions

View file

@ -2962,7 +2962,7 @@ void FurnaceGUI::drawSettings() {
settings.cursorWheelStep=1;
settingsChanged=true;
}
if (ImGui::RadioButton(_("Coarse Step##cws1"), settings.cursorWheelStep == 2)) {
if (ImGui::RadioButton(_("Coarse Step##cws2"),settings.cursorWheelStep==2)) {
settings.cursorWheelStep=2;
settingsChanged=true;
}