From 8ce442bd2dbd64819cac05631c3ae03f09429841 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Wed, 26 Mar 2025 00:02:37 +0100 Subject: [PATCH] Fix a regression introduced by refactoring The regression was introduce by: ff734af115372eb3e6660c2891e55a914efb30bd Fix https://community.notepad-plus-plus.org/topic/26716/notepad-v8-7-9-release-candidate/2?_=1742869287530 --- PowerEditor/src/Notepad_plus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 4455b0a14..7606cd484 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -406,6 +406,7 @@ LRESULT Notepad_plus::init(HWND hwnd) _mainDocTab.display(); TabBarPlus::triggerOwnerDrawTabbar(&(_mainDocTab.dpiManager())); + drawTabbarColoursFromStylerArray(); // // Initialize the default foreground & background color