diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Graphics/UMLGraphicsView.py --- a/src/eric7/Graphics/UMLGraphicsView.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Graphics/UMLGraphicsView.py Mon Apr 22 18:23:20 2024 +0200 @@ -204,11 +204,11 @@ self.decHeightAct.setEnabled(True) @pyqtSlot("QList<QRectF>") - def __sceneChanged(self, areas): + def __sceneChanged(self, _areas): """ Private slot called when the scene changes. - @param areas list of rectangles that contain changes + @param _areas list of rectangles that contain changes (unused) @type list of QRectF """ if len(self.scene().selectedItems()) > 0: