mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
remove unused variable
This commit is contained in:
parent
9981b48e98
commit
b26710ff94
1 changed files with 0 additions and 2 deletions
|
|
@ -400,7 +400,6 @@ class ActionMenuPopup(QtWidgets.QWidget):
|
||||||
self._showed = False
|
self._showed = False
|
||||||
self._current_id = None
|
self._current_id = None
|
||||||
self._right_to_left = False
|
self._right_to_left = False
|
||||||
self._last_show_pos = QtCore.QPoint(0, 0)
|
|
||||||
|
|
||||||
def showEvent(self, event):
|
def showEvent(self, event):
|
||||||
self._showed = True
|
self._showed = True
|
||||||
|
|
@ -459,7 +458,6 @@ class ActionMenuPopup(QtWidgets.QWidget):
|
||||||
|
|
||||||
pos_x = pos.x() - 5
|
pos_x = pos.x() - 5
|
||||||
pos_y = pos.y() - 4
|
pos_y = pos.y() - 4
|
||||||
self._last_show_pos = QtCore.QPoint(pos_x, pos_y)
|
|
||||||
|
|
||||||
wrap_x = wrap_y = 0
|
wrap_x = wrap_y = 0
|
||||||
sort_order = QtCore.Qt.DescendingOrder
|
sort_order = QtCore.Qt.DescendingOrder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue