Tables: Tweak settings functions to more prominently clarify the two levels of function.

This commit is contained in:
ocornut
2020-12-04 19:15:22 +01:00
parent 7513842284
commit af992d1321
3 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -3970,7 +3970,7 @@ void ImGui::Initialize(ImGuiContext* context)
#ifdef IMGUI_HAS_TABLE
// Add .ini handle for ImGuiTable type
TableInstallSettingsHandler(context);
TableSettingsInstallHandler(context);
#endif // #ifdef IMGUI_HAS_TABLE
#ifdef IMGUI_HAS_DOCK