eric6/WebBrowser/UrlBar/FavIconLabel.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
101 mimeData.setUrls([self.__browser.url()]) 101 mimeData.setUrls([self.__browser.url()])
102 p = self.pixmap() 102 p = self.pixmap()
103 if p: 103 if p:
104 drag.setPixmap(p) 104 drag.setPixmap(p)
105 drag.setMimeData(mimeData) 105 drag.setMimeData(mimeData)
106 drag.exec_() 106 drag.exec()
107 107
108 def __showPopup(self, pos): 108 def __showPopup(self, pos):
109 """ 109 """
110 Private method to show the site info popup. 110 Private method to show the site info popup.
111 111

eric ide

mercurial