Skip to content

Commit

Permalink
Increment this->getValue() to reflex port number
Browse files Browse the repository at this point in the history
  • Loading branch information
mnantel committed Jun 25, 2024
1 parent 9df2ecf commit cacfeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deluge/gui/menu_item/gate/selection.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Selection final : public menu_item::Selection {
soundEditor.currentSourceIndex = this->getValue();

if (display->haveOLED()) {
gateModeMenu.format(this->getValue());
gateModeMenu.format(this->getValue() + 1);
}

gateModeMenu.updateOptions(this->getValue());
Expand Down

0 comments on commit cacfeb3

Please sign in to comment.