Fixed warning
This commit is contained in:
parent
6533eb2a53
commit
f081187356
1 changed files with 0 additions and 1 deletions
|
@ -310,7 +310,6 @@ bool GLGizmoMeasure::on_mouse(const wxMouseEvent &mouse_event)
|
|||
return false;
|
||||
|
||||
if (m_hover_id != -1) {
|
||||
SelectedFeatures selected_features_old = m_selected_features;
|
||||
m_mouse_left_down = true;
|
||||
|
||||
auto detect_current_item = [this]() {
|
||||
|
|
Loading…
Reference in a new issue