mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
use start value instead of current value
This commit is contained in:
parent
1c667f91f9
commit
9f8cd773bb
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ScreenMarquee(QtWidgets.QDialog):
|
|||
for screen in QtWidgets.QApplication.screens():
|
||||
screen.geometryChanged.connect(self._fit_screen_geometry)
|
||||
|
||||
self._opacity = fade_anim.currentValue()
|
||||
self._opacity = fade_anim.startValue()
|
||||
self._click_pos = None
|
||||
self._capture_rect = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue