1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-25 02:24:24 +00:00

Merge branch 'master' into viewport

# Conflicts:
#	examples/README.txt
#	imgui.cpp
This commit is contained in:
omar 2019-01-21 16:52:22 +01:00
commit cb9a6b8a8b
14 changed files with 259 additions and 199 deletions

View file

@ -6089,7 +6089,7 @@ static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* label)
{
if (tab_bar->Flags & ImGuiTabBarFlags_DockNode)
{
ImGuiID id = ImHash(label, 0);
ImGuiID id = ImHashStr(label, 0);
KeepAliveID(id);
return id;
}