Fixed issues that row numbers would use wrong font now and then
Closes #42
This commit is contained in:
parent
b0c29d2ed9
commit
660c4b418a
@ -70,6 +70,8 @@ static void printRowNumbers(int x, int y, int rowCount, int rowOffset, int rowSp
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Emgui_setDefaultFont();
|
||||||
|
|
||||||
if (rowOffset < 0)
|
if (rowOffset < 0)
|
||||||
{
|
{
|
||||||
y += rowSpacing * -rowOffset;
|
y += rowSpacing * -rowOffset;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user