mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: fix the crash issue when right-click on object list in preview
Change-Id: I31fc987b762fe2718b4ca1659d14864e44a86225
This commit is contained in:
@@ -305,7 +305,7 @@ static ObjectDataViewModel* list_model()
|
||||
|
||||
static const Selection& get_selection()
|
||||
{
|
||||
return plater()->canvas3D()->get_selection();
|
||||
return plater()->get_current_canvas3D(true)->get_selection();
|
||||
}
|
||||
|
||||
// category -> vector ( option ; label )
|
||||
|
||||
Reference in New Issue
Block a user