diff --git a/ogl_editor/src/TrackView.c b/ogl_editor/src/TrackView.c index 5354a07..5befe29 100644 --- a/ogl_editor/src/TrackView.c +++ b/ogl_editor/src/TrackView.c @@ -70,6 +70,8 @@ static void printRowNumbers(int x, int y, int rowCount, int rowOffset, int rowSp { int i; + Emgui_setDefaultFont(); + if (rowOffset < 0) { y += rowSpacing * -rowOffset;