mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-11 05:51:47 +08:00
Fixed warning
This commit is contained in:
parent
ada7618ddb
commit
1a67da32f2
@ -909,7 +909,7 @@ void GLGizmoMeasure::render_dimensioning()
|
|||||||
m_is_editing_distance_first_frame = true;
|
m_is_editing_distance_first_frame = true;
|
||||||
ImGui::CloseCurrentPopup();
|
ImGui::CloseCurrentPopup();
|
||||||
};
|
};
|
||||||
auto action_scale = [this, perform_scale, action_exit](double new_value, double old_value) {
|
auto action_scale = [perform_scale, action_exit](double new_value, double old_value) {
|
||||||
perform_scale(new_value, old_value);
|
perform_scale(new_value, old_value);
|
||||||
action_exit();
|
action_exit();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user