mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-03 18:10:37 +08:00
Show key shortcut in the title of text emboss window
This commit is contained in:
parent
09362dd791
commit
fcdaf6acbf
@ -813,7 +813,7 @@ void GLGizmoEmboss::on_render_input_window(float x, float y, float bottom_limit)
|
|||||||
|
|
||||||
bool is_opened = true;
|
bool is_opened = true;
|
||||||
ImGuiWindowFlags flag = ImGuiWindowFlags_NoCollapse;
|
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
|
// Need to pop var before draw window
|
||||||
ImGui::PopStyleVar(); // WindowMinSize
|
ImGui::PopStyleVar(); // WindowMinSize
|
||||||
draw_window();
|
draw_window();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user