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;
}