mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix attr name typo
This commit is contained in:
parent
67d3b6cbe5
commit
48242818e3
1 changed files with 2 additions and 2 deletions
|
|
@ -257,7 +257,7 @@ class ActionBar(QtWidgets.QWidget):
|
|||
|
||||
def _start_animation(self, index):
|
||||
# Offset refresh timout
|
||||
self.launcher_model.start_refresh_timer()
|
||||
self._launcher_model.start_refresh_timer()
|
||||
action_id = index.data(ACTION_ID_ROLE)
|
||||
item = self.model.items_by_id.get(action_id)
|
||||
if item:
|
||||
|
|
@ -325,7 +325,7 @@ class ActionBar(QtWidgets.QWidget):
|
|||
return
|
||||
|
||||
# Offset refresh timout
|
||||
self.launcher_model.start_refresh_timer()
|
||||
self._launcher_model.start_refresh_timer()
|
||||
|
||||
actions = index.data(ACTION_ROLE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue