From b35639dfba580d41b436bd2ad431a6be7860eafe Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Fri, 4 Jan 2013 19:03:29 +0100 Subject: [PATCH] Fixed missing lines in track view Closes #55 --- ogl_editor/src/TrackView.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ogl_editor/src/TrackView.c b/ogl_editor/src/TrackView.c index fd8b957..4080293 100644 --- a/ogl_editor/src/TrackView.c +++ b/ogl_editor/src/TrackView.c @@ -359,7 +359,8 @@ static int renderChannel(struct TrackInfo* info, int startX, Track* trackData, b folded = valuesOnly ? true : folded; size = valuesOnly ? track_size_folded : size; - Emgui_fill(border_color, startX + size, info->startY - font_size * 4, 2, (info->endSizeY - info->startY) + 40); + //Emgui_fill(border_color, startX + size, info->startY - font_size * 4, 2, (info->endSizeY - info->startY) + 40); + Emgui_drawBorder(border_color, border_color, startX, info->startY - font_size * 4, size, (info->endSizeY - info->startY) + 40); // if folded we should skip rendering the rows that are covered by the text