From 6e827639d3df81ef145a18a0f4a0095380a523d2 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 20 Oct 2023 23:37:20 -0700 Subject: [PATCH] fixed pattern select --- VortexEngine/src/Menus/MenuList/PatternSelect.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VortexEngine/src/Menus/MenuList/PatternSelect.cpp b/VortexEngine/src/Menus/MenuList/PatternSelect.cpp index af39b8f786..4dfc501fff 100644 --- a/VortexEngine/src/Menus/MenuList/PatternSelect.cpp +++ b/VortexEngine/src/Menus/MenuList/PatternSelect.cpp @@ -53,8 +53,6 @@ Menu::MenuAction PatternSelect::run() break; } - // run the current mode - m_previewMode.play(); // show selections Menus::showSelection(); return MENU_CONTINUE; @@ -71,6 +69,7 @@ void PatternSelect::showListSelection() void PatternSelect::showPatternSelection() { + // run the current mode m_previewMode.play(); if (g_pButton->isPressed() && g_pButton->holdDuration() > SHORT_CLICK_THRESHOLD_TICKS) { Leds::setAll(RGB_WHITE4);