mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
be860b2464
commit
9296082375
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user