~sebastian-hilbert/gnumed/master

« back to all changes in this revision

Viewing changes to gnumed/gnumed/client/wxpython/gmDocumentWidgets.py

  • Committer: Karsten Hilbert
  • Date: 2020-09-13 16:25:14 UTC
  • Revision ID: git-v1:f09ff6f7ee88c9fb16a16a7da00fb4c3e392dca0
Remove spellchecker from phrasewheel

        It never proved useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
895
895
        #--------------------------------------------------------
896
896
        def _on_doc_type_gets_focus(self):
897
897
                """Per Jim: Changing the doc type happens a lot more often
898
 
                   then correcting spelling, hence select-all on getting focus.
 
898
                   then correcting typos, hence select-all on getting focus.
899
899
                """
900
900
                self._PhWheel_doc_type.SetSelection(-1, -1)
901
901