diff --git a/src/deluge/gui/menu_item/gate/selection.h b/src/deluge/gui/menu_item/gate/selection.h index 4c74801328..b3bb2a3ceb 100644 --- a/src/deluge/gui/menu_item/gate/selection.h +++ b/src/deluge/gui/menu_item/gate/selection.h @@ -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());