mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
don't pass boolean to signal
This commit is contained in:
parent
6d7415360e
commit
38b6aeadba
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ class ItemWidget(QtWidgets.QWidget):
|
|||
def _on_actions_clicked(self):
|
||||
pos = self._split_btn.rect().bottomLeft()
|
||||
point = self._split_btn.mapToGlobal(pos)
|
||||
self.context_menu_requested.emit(point, False)
|
||||
self.context_menu_requested.emit(point)
|
||||
|
||||
|
||||
class InViewButton(IconButton):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue