diff --git a/main/gui/source/window/window.cpp b/main/gui/source/window/window.cpp index f15247291..187db405e 100644 --- a/main/gui/source/window/window.cpp +++ b/main/gui/source/window/window.cpp @@ -974,6 +974,9 @@ namespace hex { style.IndentSpacing = 10.0F; style.DisplaySafeAreaPadding = ImVec2(0.0F, 0.0F); + style.Colors[ImGuiCol_TabSelectedOverline] = ImVec4(0.0F, 0.0F, 0.0F, 0.0F); + style.Colors[ImGuiCol_TabDimmedSelectedOverline] = ImVec4(0.0F, 0.0F, 0.0F, 0.0F); + // Install custom settings handler { ImGuiSettingsHandler handler;