mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 20:23:14 +08:00
Fix brim ear size preview when dragging the slide
This commit is contained in:
parent
d6524f8963
commit
ad0565d486
@ -793,6 +793,7 @@ bool ImGuiWrapper::bbl_slider_float(const std::string& label, float* v, float v_
|
||||
bool ret = ImGui::BBLSliderFloat(str_label.c_str(), v, v_min, v_max, format, power);
|
||||
|
||||
m_last_slider_status.hovered = ImGui::IsItemHovered();
|
||||
m_last_slider_status.edited = ImGui::IsItemEdited();
|
||||
m_last_slider_status.clicked = ImGui::IsItemClicked();
|
||||
m_last_slider_status.deactivated_after_edit = ImGui::IsItemDeactivatedAfterEdit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user