Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex

This commit is contained in:
MikeTheWatchGuy 2019-08-08 16:27:32 -04:00
parent 7dda23eef3
commit 0e7e72b56d
2 changed files with 2 additions and 2 deletions

View file

@ -2267,7 +2267,7 @@ class TabGroup(Element):
except:
pass
def GetCurrentIndex(self):
def GetCurrentlySelectedTabIndex(self):
try:
index = self.QT_QTabWidget.currentIndex()
except: