Exemple #1
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._end_action()
Exemple #2
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self.status_bar_adapter.set_text("")
     if self.drawing_area.timeline is not None:
         self.drawing_area.timeline._save_if_not_disabled()
     self.drawing_area.change_input_handler_to_no_op()
Exemple #3
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._clear_status_text()
     if self.controller.timeline is not None:
         self.controller.timeline._save_if_not_disabled()
     self.controller.change_input_handler_to_no_op()
Exemple #4
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self.status_bar_adapter.set_text("")
     if self.drawing_area.timeline is not None:
         self.drawing_area.timeline._save_if_not_disabled()
     self.drawing_area.change_input_handler_to_no_op()
Exemple #5
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._clear_status_text()
     if self.controller.timeline is not None:
         self.controller.timeline._save_if_not_disabled()
     self.controller.change_input_handler_to_no_op()
Exemple #6
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._end_action()