Skip to content

Commit c950635

Browse files
committedJun 17, 2018
Merge branch 'master' of https://github.com/dr-soft/dred
2 parents ceab527 + f18b0c5 commit c950635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/dred/dtk/dtk_window.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ dtk_result dtk_window_init__win32(dtk_context* pTK, dtk_control* pParent, dtk_wi
822822
ti.hwnd = hWnd;
823823
ti.uId = (UINT_PTR)hWnd;
824824
ti.hinst = NULL;
825-
ti.lpszText = "";
825+
ti.lpszText = NULL;
826826
ti.lParam = 0;
827827
GetClientRect((HWND)hWnd, &ti.rect);
828828
SendMessageA((HWND)pTK->win32.hTooltipWindow, TTM_ADDTOOLA, 0, (LPARAM)&ti);

0 commit comments

Comments
 (0)