Show key shortcut in the title of text emboss window

This commit is contained in:
Filip Sykala - NTB T15p 2023-07-25 08:26:13 +02:00
parent 09362dd791
commit fcdaf6acbf

View File

@ -813,7 +813,7 @@ void GLGizmoEmboss::on_render_input_window(float x, float y, float bottom_limit)
bool is_opened = true;
ImGuiWindowFlags flag = ImGuiWindowFlags_NoCollapse;
if (ImGui::Begin(on_get_name().c_str(), &is_opened, flag)) {
if (ImGui::Begin(get_name().c_str(), &is_opened, flag)) {
// Need to pop var before draw window
ImGui::PopStyleVar(); // WindowMinSize
draw_window();