Skip to content

Commit

Permalink
Add missing WA_TransparentForMouseEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 16, 2015
1 parent a90de6a commit d881733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dat/gui/cellcontainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ def _set_overlay(self, overlay_class, **kwargs):
self.containedWidget.setParent(self)
self.containedWidget.show()
self.containedWidget.raise_()
self.containedWidget.setAttribute(
QtCore.Qt.WA_TransparentForMouseEvents, False)
self.do_layout()

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

0 comments on commit d881733

Please sign in to comment.