Fix Navigazione finestra Trailers

This commit is contained in:
Alhaziel01
2021-11-06 12:24:39 +01:00
parent d21ba2dcb7
commit 6f2b34a857

View File

@@ -276,7 +276,8 @@ try:
def onInit(self):
try:
self.control_list = self.getControl(6)
self.getControl(5).setNavigation(self.control_list, self.control_list, self.control_list, self.control_list)
self.getControl(5).setNavigation(self.getControl(7), self.getControl(7), self.control_list, self.control_list)
self.getControl(7).setNavigation(self.getControl(5), self.getControl(5), self.control_list, self.control_list)
self.getControl(8).setEnabled(0)
self.getControl(8).setVisible(0)
except: