parent
6cfd4bfe2b
commit
b35639dfba
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user