mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Font cosmetics
This commit is contained in:
parent
22cfe6499a
commit
0e40e5965f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class FontBitmap:
|
|||
@staticmethod
|
||||
def is_column_needed(px, x, height):
|
||||
for y in range(height):
|
||||
if sum(px[x, y]) <= 3 * 0xC6:
|
||||
if px[x, y] != (255, 255, 255):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue