mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-11 06:11:50 +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;
|
||||
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);
|
||||
action_exit();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user