mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 01:26:10 +08:00
Fixed warning
This commit is contained in:
parent
e6cbf3a215
commit
681216447f
@ -310,7 +310,6 @@ bool GLGizmoMeasure::on_mouse(const wxMouseEvent &mouse_event)
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (m_hover_id != -1) {
|
if (m_hover_id != -1) {
|
||||||
SelectedFeatures selected_features_old = m_selected_features;
|
|
||||||
m_mouse_left_down = true;
|
m_mouse_left_down = true;
|
||||||
|
|
||||||
auto detect_current_item = [this]() {
|
auto detect_current_item = [this]() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user