Skip to content

Commit d881733

Browse files
committed
Add missing WA_TransparentForMouseEvents
1 parent a90de6a commit d881733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dat/gui/cellcontainer.py

+2
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ def _set_overlay(self, overlay_class, **kwargs):
362362
self.containedWidget.setParent(self)
363363
self.containedWidget.show()
364364
self.containedWidget.raise_()
365+
self.containedWidget.setAttribute(
366+
QtCore.Qt.WA_TransparentForMouseEvents, False)
365367
self.do_layout()
366368

367369
# Now that we are done with the overlay, we can go on with a

0 commit comments

Comments
 (0)