Comments. Fix duplicate entries in About box. Synchronize a few small changes from Master branch.

This commit is contained in:
omar
2019-02-01 11:04:04 +01:00
parent f906d53f7d
commit cbf24a9151
3 changed files with 13 additions and 20 deletions

View File

@ -352,7 +352,7 @@ enum ImGuiSeparatorFlags_
ImGuiSeparatorFlags_Vertical = 1 << 1
};
// Transient per-window ItemFlags, reset at the beginning of the frame. For child windows: inherited from parent on first Begin().
// Transient per-window flags, reset at the beginning of the frame. For child window, inherited from parent on first Begin().
// This is going to be exposed in imgui.h when stabilized enough.
enum ImGuiItemFlags_
{