Merge branch 'master' into docking

# Conflicts:
#	examples/imgui_impl_opengl3.cpp
This commit is contained in:
omar
2019-03-03 23:34:56 +01:00
7 changed files with 88 additions and 48 deletions

View File

@ -4253,8 +4253,10 @@ bool ImGui::ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags fl
{
ImGuiContext& g = *GImGui;
ImGuiWindow* window = GetCurrentWindow();
ImDrawList* draw_list = window->DrawList;
if (window->SkipItems)
return false;
ImDrawList* draw_list = window->DrawList;
ImGuiStyle& style = g.Style;
ImGuiIO& io = g.IO;