dxx-rebirth/common
Kp b6a26ddc8c Fix high score background truncation
Commit 4d6affd74d ("Fix SDL-only briefing crash") added a hack to
prevent a crash when the briefing window is automatically resized.
However, a logic error in that hack causes some subcanvases that were
not wrong to be truncated.  Change the logic to fix those subcanvases,
such as the one used for rendering a background in the High Scores
window.  The new logic still avoids the crash in in SDL-only mode.

Fixes: 4d6affd74d ("Fix SDL-only briefing crash")
2021-12-01 03:08:27 +00:00
..
2d Fix high score background truncation 2021-12-01 03:08:27 +00:00
3d Move g3 instance contexts onto the stack 2021-09-04 12:17:14 +00:00
arch Pass user $PATH to Command() for dylibbundler 2021-11-08 01:53:05 +00:00
editor Return string width/height from gr_get_string_size 2021-09-12 16:20:52 +00:00
include Convert some math functions to fixang 2021-11-01 03:37:20 +00:00
main Use enum class for tmapinfo_flags 2021-11-01 03:37:20 +00:00
maths Convert some math functions to fixang 2021-11-01 03:37:20 +00:00
mem
misc Delegate score comma handling to std::locale 2021-09-19 10:53:48 +00:00
music
texmap Fix SDL-only build 2021-11-01 03:37:20 +00:00
ui Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00
unittest Pass underlying index_type through zip() 2021-11-01 03:37:20 +00:00