From 7a1d1634505a81218f3d717f3d7fcb44241223ce Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 17 May 2024 23:51:26 +0200 Subject: [PATCH] fix: Insert mode cursor not being visible --- plugins/ui/source/ui/hex_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ui/source/ui/hex_editor.cpp b/plugins/ui/source/ui/hex_editor.cpp index 3befd5d76..97c248dfa 100644 --- a/plugins/ui/source/ui/hex_editor.cpp +++ b/plugins/ui/source/ui/hex_editor.cpp @@ -99,6 +99,8 @@ namespace hex::ui { color = m_selectionColor; } } + } else { + color = 0x00; } if (color.has_value())