some nice tooltip stuff

This commit is contained in:
2025-11-19 15:20:26 -05:00
parent 2259a411a6
commit e655cdf6d3
6 changed files with 121 additions and 40 deletions

View File

@@ -100,6 +100,8 @@ namespace anm2ed::imgui
ImGui::EndTabItem();
}
ImGui::SetItemTooltip("%s", document.path.c_str());
ImGui::PopFont();
}