Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. def _position_cb(self, unused_pipeline, unused_position):
  2. if not self.__source_uses_keyframes():
  3. return
  4. for prop in ["posx", "posy", "width", "height"]:
  5. self.__update_spin_btn(prop)
  6. # Keep the overlay stack in sync with the spin buttons values
  7. self.app.gui.editor.viewer.overlay_stack.update(self.source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement