mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +00:00
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:
parent
9c35344175
commit
2d68e892a8
3 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue