MantisBT - Zandronum
View Issue Details
0004489Zandronum[All Projects] Bugpublic2025-04-10 00:232025-04-11 04:22
unknownna 
Kaminsky 
normalminoralways
resolvedfixed 
3.2 
3.2 
0004489: [3.2] Confont row color on scoreboard makes mini-icons like chat get cut-off from above
For some reason the confont makes the individual row heights smaller on the scoreboard, causing mini-icons, such as the chat icon, to get cut-off from the top. See the attached screenshot.
No tags attached.
png Screenshot_Doom_20250410_021859.png (104,601) 2025-04-10 00:23
https://zandronum.com/tracker/file_download.php?file_id=3219&type=bug
png
Issue History
2025-04-10 00:23unknownnaNew Issue
2025-04-10 00:23unknownnaFile Added: Screenshot_Doom_20250410_021859.png
2025-04-10 00:33unknownnaNote Added: 0024408
2025-04-11 03:46KaminskyNote Added: 0024412
2025-04-11 03:46KaminskyAssigned To => Kaminsky
2025-04-11 03:46KaminskyStatusnew => assigned
2025-04-11 03:46KaminskyProduct Version => 3.2
2025-04-11 03:52KaminskyNote Edited: 0024412bug_revision_view_page.php?bugnote_id=24412#r14540
2025-04-11 04:22unknownnaNote Added: 0024415
2025-04-11 04:22unknownnaStatusassigned => resolved
2025-04-11 04:22unknownnaFixed in Version => 3.2
2025-04-11 04:22unknownnaResolutionopen => fixed

Notes
(0024408)
unknownna   
2025-04-10 00:33   
Maybe the fix would be to not allow the rows to be smaller than 9 pixels in height, so the icons fit.
(0024412)
Kaminsky   
2025-04-11 03:46   
(edited on: 2025-04-11 03:52)
I created a new topic to address some of the cut-off issues on the scoreboard:'https://foss.heptapod.net/zandronum/zandronum-stable/-/tree/topic/default/scoreboard-cutoff-fixes [^]'

At least in the case of the default scoreboard, this should fix some of the mini icons appearing cut-off when the user overrides the row font to something that's smaller than SmallFont (e.g. ConFont). Let me know if this works for you.

EDIT: something else worth noting is that this topic also fixes strings drawn in BigFont from being cut-off by one pixel on the right because of the font's kerning. This is especially noticeable in the team headers where it prints the teams' scores.

(0024415)
unknownna   
2025-04-11 04:22   
Thanks for the very quick fix. I can confirm that the pipeline build fixed the mini-icon cut-off, along with the BigFont issue you found.