Skip to content

Commit

Permalink
Added PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeloAlexis committed Jun 26, 2024
1 parent b51febd commit 16a357b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/silx/app/view/CustomPlotSelectionWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,6 @@ def __init__(self, parent=None):
self.setAttribute(qt.Qt.WA_NoSystemBackground)
self.hide()

def showOverlay(self, rect):
"""Show the overlay at the given rectangle."""
self.setGeometry(rect)
self.show()

def paintEvent(self, event):
"""Paint the overlay."""
painter = qt.QPainter(self)
Expand Down

0 comments on commit 16a357b

Please sign in to comment.