Issue-1058: implemented backspace button for path and polygon (#1061)

This commit is contained in:
Matthias Köfferlein
2022-04-10 18:41:58 +02:00
committed by GitHub
parent 0df479b29c
commit cb527cc50b
5 changed files with 46 additions and 2 deletions
@@ -130,7 +130,6 @@ private:
std::vector<lay::ViewObject *> m_mouse_cursor_markers;
QColor m_cursor_color;
bool m_cursor_enabled;
lay::LayoutView *mp_view;
bool m_has_tracking_position;
db::DPoint m_tracking_position;
};