mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[NOTEPAD] Add SBS_SIZEGRIP to status bar CORE-16528
This commit is contained in:
@@ -832,10 +832,10 @@ VOID DoCreateStatusBar(VOID)
|
||||
/* Check if status bar object already exists. */
|
||||
if (Globals.hStatusBar == NULL)
|
||||
{
|
||||
const DWORD style = WS_CHILD | WS_VISIBLE | WS_EX_STATICEDGE | SBS_SIZEGRIP;
|
||||
|
||||
/* Try to create the status bar */
|
||||
Globals.hStatusBar = CreateStatusWindow(WS_CHILD | WS_VISIBLE | WS_EX_STATICEDGE,
|
||||
NULL,
|
||||
Globals.hMainWnd,
|
||||
Globals.hStatusBar = CreateStatusWindow(style, NULL, Globals.hMainWnd,
|
||||
CMD_STATUSBAR_WND_ID);
|
||||
|
||||
if (Globals.hStatusBar == NULL)
|
||||
|
||||
Reference in New Issue
Block a user