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…
Reference in New Issue