1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-18 01:14:19 +00:00

Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'

This commit is contained in:
omar 2018-09-05 11:52:48 +02:00
parent 40db2ca098
commit b944aa623c
4 changed files with 36 additions and 29 deletions

View file

@ -5521,4 +5521,3 @@ bool ImGui::MenuItem(const char* label, const char* shortcut, bool* p_selected,
}
return false;
}