Fix minor ui bug
This commit is contained in:
parent
7146bc17f4
commit
56e9f5962c
@ -228,7 +228,7 @@ void Ui::DrawHeaders(CallbackTable& data)
|
||||
{
|
||||
static void* pCallback;
|
||||
static int buttonInRow = 3;
|
||||
static ImVec2 size = GetSize(buttonInRow, false);
|
||||
ImVec2 size = GetSize(buttonInRow, false);
|
||||
ImGuiStyle &style = ImGui::GetStyle();
|
||||
ImVec4 buttonCol = style.Colors[ImGuiCol_Button];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user