Commit eeba06a
BUG: Fix Slicer crash upon hiding delete all control points option
Slicer would crash with the following:
```
w = slicer.qSlicerMarkupsPlaceWidget()
w.deleteAllControlPointsOptionVisible=False
```1 parent a61c805 commit eeba06a
File tree
1 file changed
+4
-0
lines changed- Modules/Loadable/Markups/Widgets
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
607 | 611 | | |
608 | 612 | | |
609 | 613 | | |
| |||
0 commit comments