Update raygui.h

This commit is contained in:
Ray
2023-01-04 17:30:05 +01:00
parent 0aeac22701
commit b5e5271646

View File

@ -1543,6 +1543,9 @@ int GuiTabBar(Rectangle bounds, const char **text, int count, int *active)
GuiSetStyle(BUTTON, TEXT_ALIGNMENT, tempTextAlignment);
}
}
// Draw tab-bar bottom line
GuiDrawRectangle(RAYGUI_CLITERAL(Rectangle){ bounds.x, bounds.y + bounds.height - 1, bounds.width, 1 }, 0, BLANK, GetColor(GuiGetStyle(TOGGLE, BORDER_COLOR_NORMAL)));
//--------------------------------------------------------------------
return closing; // Return closing tab requested