@@ -144,7 +144,6 @@ class GUI_PyGame:
# Blit one line after another
accumulated_height = 0
for line in text:
if line != "":
tempsurface = font.render(line, 1, color)
if halign == 0: # left aligned
hoffset = 0
The note is not visible to the blocked user.