mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
Tables: Tweak settings functions to more prominently clarify the two levels of function.
This commit is contained in:
parent
7513842284
commit
af992d1321
3 changed files with 22 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue