[Ttssh2-commit] [7611] passphrase edit control でフォーカス移動時にツールチップが消えるようにした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 4月 24日 (水) 01:52:22 JST


Revision: 7611
          https://osdn.net/projects/ttssh2/scm/svn/commits/7611
Author:   zmatsuo
Date:     2019-04-24 01:52:22 +0900 (Wed, 24 Apr 2019)
Log Message:
-----------
passphrase edit control でフォーカス移動時にツールチップが消えるようにした

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/auth.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/auth.c
===================================================================
--- trunk/ttssh2/ttxssh/auth.c	2019-04-23 16:35:56 UTC (rev 7610)
+++ trunk/ttssh2/ttxssh/auth.c	2019-04-23 16:52:22 UTC (rev 7611)
@@ -124,6 +124,12 @@
 			}
 		}
 		break;
+	case WM_KILLFOCUS:
+		if (data->tipwin != NULL) {
+			TipWinDestroy(data->tipwin);
+			data->tipwin = NULL;
+		}
+		break;
 	}
 
 	result = CallWindowProc((WNDPROC)data->ProcOrg,


Ttssh2-commit メーリングリストの案内
Back to archive index