mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unnecessary line
This commit is contained in:
parent
0f32e26c75
commit
56fd29f20a
1 changed files with 0 additions and 1 deletions
|
|
@ -594,7 +594,6 @@ class ActionMenuPopup(QtWidgets.QWidget):
|
|||
# QUESTION how to get the bottom and right margins from Qt?
|
||||
vp_lr = viewport_offset.x()
|
||||
vp_tb = viewport_offset.y()
|
||||
m_l, m_t, m_r, m_b = (vp_lr, vp_tb, vp_lr, vp_tb)
|
||||
m_l, m_t, m_r, m_b = (
|
||||
s_m + vp_m
|
||||
for s_m, vp_m in zip(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue