Changes between Version 1 and Version 2 of Ticket #3721, comment 1
- Timestamp:
- 11/06/16 03:52:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3721, comment 1
v1 v2 1 1 Another issue (independent of the above): 2 2 3 I believe we should also replace the `widget_set_state(WST_FOCUSED)` with `widget_redraw()`, in `case MSG_KEY: case ' '`. We may put a `widget_set_state(WST_FOCUSED)` in MSG_HOTKEY instead. (I'm not attaching a patch b/c I won't have time to check it right now.)3 We should also replace the `widget_set_state(WST_FOCUSED)` with `widget_redraw()`, in `case MSG_KEY: case ' '` (the patch at #3718 makes it send a proper notification). We may put a `widget_set_state(WST_FOCUSED)` in MSG_HOTKEY instead. (I'm not attaching a patch b/c I won't have time to check it right now.)