# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1325184639 0 # Node ID 514b061ac8b2bd8e4763d5b47624f43a40ae555f # Parent bd538277e1e8734120aa99dae87e9129661c41ef Add SS_NOTIFY style to the text control on Windows to get tooltips working. diff -r bd538277e1e8 -r 514b061ac8b2 win/dw.c --- a/win/dw.c Thu Dec 29 16:37:40 2011 +0000 +++ b/win/dw.c Thu Dec 29 18:50:39 2011 +0000 @@ -5459,7 +5459,7 @@ { HWND tmp = CreateWindow(STATICCLASSNAME, text, - SS_NOPREFIX | + SS_NOPREFIX | SS_NOTIFY | BS_TEXT | WS_VISIBLE | WS_CHILD | WS_CLIPCHILDREN, 0,0,0,0,