Merge pull request #1796 from PySimpleGUI/Dev-latest
Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex
This commit is contained in:
commit
cad420723c
2 changed files with 2 additions and 2 deletions
|
@ -2267,7 +2267,7 @@ class TabGroup(Element):
|
|||
except:
|
||||
pass
|
||||
|
||||
def GetCurrentIndex(self):
|
||||
def GetCurrentlySelectedTabIndex(self):
|
||||
try:
|
||||
index = self.QT_QTabWidget.currentIndex()
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue