This commit is contained in:
Kovid Goyal 2022-01-09 16:04:54 +05:30
parent be860b2464
commit 9296082375
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1083,6 +1083,7 @@ class Editor(QWidget): # {{{
self.tabs.setTabPosition(QTabWidget.TabPosition.South)
self.wyswyg = QWidget(self.tabs)
self.code_edit = QPlainTextEdit(self.tabs)
self.code_edit.setTabChangesFocus(True)
self.source_dirty = False
self.wyswyg_dirty = True