Helpviewer/HelpTabBar.py

changeset 2999
28c75409a78f
parent 2954
bf0215fe12d1
child 3034
7ce719013078
child 3057
10516539f238
equal deleted inserted replaced
2998:95581102e03e 2999:28c75409a78f
37 37
38 def __showTabPreview(self): 38 def __showTabPreview(self):
39 """ 39 """
40 Private slot to show the tab preview. 40 Private slot to show the tab preview.
41 """ 41 """
42 indexedBrowser = self.__tabWidget.browserAt(self.__currentTabPreviewIndex) 42 indexedBrowser = self.__tabWidget.browserAt(
43 self.__currentTabPreviewIndex)
43 currentBrowser = self.__tabWidget.currentBrowser() 44 currentBrowser = self.__tabWidget.currentBrowser()
44 45
45 if indexedBrowser is None or currentBrowser is None: 46 if indexedBrowser is None or currentBrowser is None:
46 return 47 return
47 48

eric ide

mercurial