mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Revert "CAD: type a sketch dimension without clicking the field first"
This reverts commit ab15f386e4.
This commit is contained in:
@@ -1185,11 +1185,6 @@ bool DesignCanvas::inline_busy() const
|
||||
return m_sketch_tool.inline_busy();
|
||||
}
|
||||
|
||||
bool DesignCanvas::feed_inline_key(wxKeyEvent& evt)
|
||||
{
|
||||
return m_inline_editor && m_inline_editor->is_open() && m_inline_editor->feed_key(evt);
|
||||
}
|
||||
|
||||
bool DesignCanvas::live_sketch_has_work() const
|
||||
{
|
||||
return m_sketch_tool.live_sketch_has_work();
|
||||
|
||||
Reference in New Issue
Block a user