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
This commit is contained in:
Don Ho 2025-03-26 00:02:37 +01:00
parent 100164ff8d
commit 8ce442bd2d

View File

@ -406,6 +406,7 @@ LRESULT Notepad_plus::init(HWND hwnd)
_mainDocTab.display(); _mainDocTab.display();
TabBarPlus::triggerOwnerDrawTabbar(&(_mainDocTab.dpiManager())); TabBarPlus::triggerOwnerDrawTabbar(&(_mainDocTab.dpiManager()));
drawTabbarColoursFromStylerArray();
// //
// Initialize the default foreground & background color // Initialize the default foreground & background color