diff -r cde9bde830ea -r 2a9f5153c438 eric7/EricWidgets/EricModelToolBar.py --- a/eric7/EricWidgets/EricModelToolBar.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/EricWidgets/EricModelToolBar.py Sun May 23 15:35:49 2021 +0200 @@ -178,7 +178,8 @@ evt.type() == QEvent.Type.MouseButtonPress and evt.buttons() & Qt.MouseButton.LeftButton ): - self.__dragStartPosition = self.mapFromGlobal(evt.globalPosition().toPoint()) + self.__dragStartPosition = self.mapFromGlobal( + evt.globalPosition().toPoint()) return False