Changes between Initial Version and Version 1 of Ticket #3716, comment 1
- Timestamp:
- 11/06/16 02:54:34 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3716, comment 1
initial v1 13 13 }}} 14 14 15 It checks for MSG_FOCUS, notMSG_KEY. (There are more places like this.)15 It checks for parm==MSG_FOCUS, not parm==MSG_KEY. (There are more places like this.) 16 16 17 17 @Andrew: I see that focusing a widget sends the dialog a MSG_NOTIFY. Is this really needed?