changeset 1519:514b061ac8b2

Add SS_NOTIFY style to the text control on Windows to get tooltips working.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 29 Dec 2011 18:50:39 +0000
parents bd538277e1e8
children 65861fedc4b4
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,