Called on self.src_text::active signal
(self, _texview)
| 1105 | |
| 1106 | @Gtk.Template.Callback() |
| 1107 | def _on_src_activated(self, _texview): |
| 1108 | """Called on self.src_text::active signal""" |
| 1109 | if not Settings.get().live_translation: |
| 1110 | self._on_translation() |
| 1111 | |
| 1112 | @Gtk.Template.Callback() |
| 1113 | def _on_mistakes_clicked(self, *_args): |
nothing calls this directly
no test coverage detected