mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
Fixed return of bad reference to local variable from BedShapePanel::update_exclude_area()
This commit is contained in:
@@ -601,7 +601,7 @@ void BedShapePanel::update_shape()
|
||||
}
|
||||
|
||||
//Y20
|
||||
const std::vector<Vec2d>& BedShapePanel::update_exclude_area(ConfigOptionsGroupShp options_group)
|
||||
const std::vector<Vec2d> BedShapePanel::update_exclude_area(ConfigOptionsGroupShp options_group)
|
||||
{
|
||||
Vec2d exclude_max(Vec2d::Zero());
|
||||
Vec2d exclude_min(Vec2d::Zero());
|
||||
|
||||
Reference in New Issue
Block a user