A few additions and changes
[0.66.0] - 2024-06-08
Changed
get_content_height
will now return 0 if the renderable is Falsey #4617- Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations #4621
Screen.dismiss
is now a noop if the screen isn't active. Previously it would raise aScreenStackError
, now it returnsFalse
. #4621- Increased window for escape processing to 100ms #4625
- Tooltips are now hidden when any key is pressed #4625