Fixed issues that row numbers would use wrong font now and then

Closes #42
This commit is contained in:
Daniel Collin 2012-12-30 11:57:24 +01:00
parent b0c29d2ed9
commit 660c4b418a

View File

@ -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;