From 1be9222170be7694a8b971e1c7335cc9b884e6fd Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 10 Apr 2026 19:52:32 +0300 Subject: [PATCH] Removed too early resetfulllinestate() call. Mode change check will call it later when it is safe to do. --- custom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index 249e0a11..bdbc7c06 100644 --- a/custom.cpp +++ b/custom.cpp @@ -8744,7 +8744,6 @@ void check_prefs_changed_custom(void) dumpsync(); } } - resetfulllinestate(); #ifdef GFXFILTER for (int i = 0; i < 2; i++) { -- 2.47.3