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