mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Bezier/line: add delete last point to context menu
These tools support this action, so add to the menu to make it more discoverable that the actions exist.
This commit is contained in:
parent
f15c5ccfdc
commit
6bd69a3f77
@ -214,7 +214,9 @@ bool DRAWING_TOOL::Init()
|
||||
return ( m_mode == MODE::ARC
|
||||
|| m_mode == MODE::ZONE
|
||||
|| m_mode == MODE::KEEPOUT
|
||||
|| m_mode == MODE::GRAPHIC_POLYGON );
|
||||
|| m_mode == MODE::GRAPHIC_POLYGON
|
||||
|| m_mode == MODE::BEZIER
|
||||
|| m_mode == MODE::LINE );
|
||||
};
|
||||
|
||||
// functor for tools that can automatically close the outline
|
||||
|
Loading…
x
Reference in New Issue
Block a user