Added full "Dear ImGui" prefix to the title of "Dear ImGui Demo" and "Dear ImGui Metrics" windows. Shortened amount of nodes in columns>tree demo.

This commit is contained in:
omar
2019-05-27 17:28:18 +02:00
parent 9c35344175
commit 2d68e892a8
3 changed files with 7 additions and 6 deletions

View File

@ -9730,7 +9730,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int, int) {}
void ImGui::ShowMetricsWindow(bool* p_open)
{
if (!ImGui::Begin("ImGui Metrics", p_open))
if (!ImGui::Begin("Dear ImGui Metrics", p_open))
{
ImGui::End();
return;