features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=9 years)
parent baabe3b62c
commit d39029f3a8
  1. 2
      imgui.cpp

@ -8635,7 +8635,7 @@ bool ImGui::ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flag
ImGui::PopItemWidth(); ImGui::PopItemWidth();
} }
const char* label_display_end = FindTextDisplayEnd(label); const char* label_display_end = FindRenderedTextEnd(label);
bool picker_active = false; bool picker_active = false;
if (!(flags & ImGuiColorEditFlags_NoColorSquare)) if (!(flags & ImGuiColorEditFlags_NoColorSquare))

Loading…
Cancel
Save