Changes between Version 1 and Version 2 of Ticket #3721, comment 1


Ignore:
Timestamp:
11/06/16 03:52:16 (7 years ago)
Author:
mooffie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3721, comment 1

    v1 v2  
    11Another issue (independent of the above): 
    22 
    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.) 
     3We 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.)