summaryrefslogtreecommitdiff
path: root/src/glibext/bufferline.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/bufferline.c')
-rw-r--r--src/glibext/bufferline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/bufferline.c b/src/glibext/bufferline.c
index dd6bc19..85fe027 100644
--- a/src/glibext/bufferline.c
+++ b/src/glibext/bufferline.c
@@ -1430,7 +1430,7 @@ void g_buffer_line_draw(GBufferLine *line, size_t index, cairo_t *cairo, gint x_
size_t i; /* Boucle de parcours */
gint max_width; /* Largeur maximale de colonne */
- if (line->flags != BLF_NONE && line->flags != BLF_HAS_CODE)
+ if (line->flags != BLF_NONE)
{
class = G_BUFFER_LINE_GET_CLASS(line);