mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-30 10:49:19 -05:00
Remove tabs
This commit is contained in:
@ -1693,7 +1693,7 @@ static int GuiMeasureTextBox(const char *text, int length, Rectangle rec, int *p
|
|||||||
|
|
||||||
*pos = k;
|
*pos = k;
|
||||||
|
|
||||||
return (rec.x + textOffsetX - 1);
|
return (rec.x + textOffsetX - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int GetPrevCodepoint(const char *text, const char *start, int *prev)
|
static int GetPrevCodepoint(const char *text, const char *start, int *prev)
|
||||||
@ -1759,7 +1759,7 @@ static int GuiMeasureTextBoxRev(const char *text, int length, Rectangle rec, int
|
|||||||
|
|
||||||
*pos = k;
|
*pos = k;
|
||||||
|
|
||||||
return (i + prev);
|
return (i + prev);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user