Fixing conflicts part 4:
See previous commit. This one applies changes from master_250 to the files mentioned
This commit is contained in:
parent
d662bf2a18
commit
6c0db58628
10 changed files with 88 additions and 54 deletions
|
@ -944,7 +944,7 @@ void GLGizmoHollow::select_point(int i)
|
|||
m_selected.assign(m_selected.size(), i == AllPoints);
|
||||
m_selection_empty = (i == NoPoints);
|
||||
|
||||
if (i == AllPoints) {
|
||||
if (i == AllPoints && ! drain_holes.empty()) {
|
||||
m_new_hole_radius = drain_holes[0].radius;
|
||||
m_new_hole_height = drain_holes[0].height;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue