mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 16:23:15 +08:00
FIX: fix 'Jump to Layer' popup window id mismatch issue
jira: https://github.com/bambulab/BambuStudio/issues/4957 Change-Id: Iaf6bc8a5b1829d3d13bc409997537967fdeea574
This commit is contained in:
parent
cc9cc4ea62
commit
deb6717e50
@ -1223,7 +1223,7 @@ void IMSlider::render_go_to_layer_dialog()
|
||||
| ImGuiWindowFlags_NoResize
|
||||
| ImGuiWindowFlags_NoScrollbar
|
||||
| ImGuiWindowFlags_NoScrollWithMouse;
|
||||
if (ImGui::BeginPopupModal((_u8L("Jump to layer")).c_str(), NULL, windows_flag))
|
||||
if (ImGui::BeginPopupModal((_u8L("Jump to Layer")).c_str(), NULL, windows_flag))
|
||||
{
|
||||
imgui.text(_u8L("Please enter the layer number") + " (" + std::to_string(m_min_value + 1) + " - " + std::to_string(m_max_value + 1) + "):");
|
||||
if (ImGui::IsMouseClicked(0)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user