mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-20 04:39:09 -07: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user