diff --git a/ogl_editor/src/TrackView.c b/ogl_editor/src/TrackView.c index eb442ad..9cbfc48 100644 --- a/ogl_editor/src/TrackView.c +++ b/ogl_editor/src/TrackView.c @@ -296,7 +296,6 @@ static int renderChannel(struct TrackInfo* info, int startX, Track* trackData, b if (info->trackData->syncData.tracks) track = info->trackData->syncData.tracks[trackData->index]; - size = renderName(trackData->displayName, startX, info->startY - (font_size * 2), min_track_size, folded, trackData->active); if (folded) @@ -582,6 +581,7 @@ bool TrackView_render(TrackViewInfo* viewInfo, TrackData* trackData) { // if selected track is less than the first rendered track then we need to reset it to this one + Emgui_setFont(info.viewInfo->smallFontId); renderChannel(&info, x_pos, track, false); }