mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix for spam in tkpanel
This commit is contained in:
parent
37af122869
commit
1712abd96c
@ -158,7 +158,7 @@ class TaskManagerWidget(DirectObject):
|
||||
taskNames.append(task.getName())
|
||||
self.__taskDict[count] = task
|
||||
count += 1
|
||||
print taskNames
|
||||
|
||||
if taskNames:
|
||||
self.taskListBox.setlist(taskNames)
|
||||
# And set current index (so keypresses will start with index 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user