Exemplo n.º 1
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._end_action()
Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 4
0
Arquivo: move.py Projeto: sk/gnumed
 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()
Exemplo n.º 5
0
Arquivo: resize.py Projeto: sk/gnumed
 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()
Exemplo n.º 6
0
 def left_mouse_up(self):
     ScrollViewInputHandler.left_mouse_up(self)
     self._end_action()