Skip to content

Commit ecff226

Browse files
committed
Fixed test_get_* with PySide6
1 parent 6785455 commit ecff226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plotpy/tests/tools/test_get_segment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def set_image_and_tool(self, item, toolclass, **kwargs):
3232
"""Reimplement SelectDialog method"""
3333
super().set_image_and_tool(item, toolclass, **kwargs)
3434
if execenv.unattended:
35+
self.show()
3536
self.sel_tool.add_shape_to_plot(
3637
self.manager.get_plot(),
3738
QC.QPointF(*axes_to_canvas(item, *SEG_AXES_COORDS[:2])),

0 commit comments

Comments
 (0)