Fix minor ui bug

This commit is contained in:
Grinch_ 2021-12-13 15:41:46 -06:00
parent 7146bc17f4
commit 56e9f5962c

View File

@ -228,7 +228,7 @@ void Ui::DrawHeaders(CallbackTable& data)
{ {
static void* pCallback; static void* pCallback;
static int buttonInRow = 3; static int buttonInRow = 3;
static ImVec2 size = GetSize(buttonInRow, false); ImVec2 size = GetSize(buttonInRow, false);
ImGuiStyle &style = ImGui::GetStyle(); ImGuiStyle &style = ImGui::GetStyle();
ImVec4 buttonCol = style.Colors[ImGuiCol_Button]; ImVec4 buttonCol = style.Colors[ImGuiCol_Button];