mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
1) Added Scale to print volume menu item to objects list context menu
2) Disable [F] key when scale sizmo is dragging
This commit is contained in:
parent
c92940c985
commit
734d946912
4 changed files with 19 additions and 3 deletions
|
@ -853,7 +853,9 @@ bool GLGizmosManager::on_char(wxKeyEvent& evt, GLCanvas3D& canvas)
|
|||
{
|
||||
if (m_current == Scale)
|
||||
{
|
||||
wxGetApp().plater()->scale_selection_to_fit_print_volume();
|
||||
if (!is_dragging())
|
||||
wxGetApp().plater()->scale_selection_to_fit_print_volume();
|
||||
|
||||
processed = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue