From 81e561d47b8720344253ac3a47f7508a40c8dcf3 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 29 Jan 2026 19:43:57 +0100 Subject: [PATCH] fix: Scrolling view open state not getting saved anymore --- lib/libimhex/include/hex/ui/view.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libimhex/include/hex/ui/view.hpp b/lib/libimhex/include/hex/ui/view.hpp index bfa1e07c3..41af0876f 100644 --- a/lib/libimhex/include/hex/ui/view.hpp +++ b/lib/libimhex/include/hex/ui/view.hpp @@ -195,8 +195,6 @@ namespace hex { bool allowScroll() const final { return true; } - - [[nodiscard]] bool shouldStoreWindowState() const override { return false; } }; /**