Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dr-soft/dred
Browse files Browse the repository at this point in the history
  • Loading branch information
mackron committed Jun 17, 2018
2 parents ceab527 + f18b0c5 commit c950635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dred/dtk/dtk_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ dtk_result dtk_window_init__win32(dtk_context* pTK, dtk_control* pParent, dtk_wi
ti.hwnd = hWnd;
ti.uId = (UINT_PTR)hWnd;
ti.hinst = NULL;
ti.lpszText = "";
ti.lpszText = NULL;
ti.lParam = 0;
GetClientRect((HWND)hWnd, &ti.rect);
SendMessageA((HWND)pTK->win32.hTooltipWindow, TTM_ADDTOOLA, 0, (LPARAM)&ti);
Expand Down

0 comments on commit c950635

Please sign in to comment.