eric6/WebBrowser/UrlBar/FavIconLabel.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7781
607a6098cb44
--- a/eric6/WebBrowser/UrlBar/FavIconLabel.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/WebBrowser/UrlBar/FavIconLabel.py	Tue Oct 06 17:52:44 2020 +0200
@@ -103,7 +103,7 @@
             if p:
                 drag.setPixmap(p)
             drag.setMimeData(mimeData)
-            drag.exec_()
+            drag.exec()
     
     def __showPopup(self, pos):
         """

eric ide

mercurial