mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
parent
f7884726cf
commit
673c3ee6cf
@ -405,9 +405,14 @@ LRESULT Notepad_plus::init(HWND hwnd)
|
||||
TabCtrl_SetItemSize(_subDocTab.getHSelf(), tabDpiDynamicalWidth, tabDpiDynamicalHeight);
|
||||
|
||||
_mainDocTab.display();
|
||||
|
||||
if (nppGUI._tabStatus & TAB_VERTICAL)
|
||||
TabBarPlus::doVertical();
|
||||
|
||||
TabBarPlus::triggerOwnerDrawTabbar(&(_mainDocTab.dpiManager()));
|
||||
drawTabbarColoursFromStylerArray();
|
||||
|
||||
|
||||
//
|
||||
// Initialize the default foreground & background color
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user