mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 05:48:28 +01:00
...
This commit is contained in:
parent
b43c30372d
commit
e1273dd52a
1 changed files with 1 additions and 0 deletions
|
|
@ -1077,6 +1077,7 @@ def __init__(self, parent=None, one_line_toolbar=False, toolbar_prefs_name=None)
|
|||
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…
Reference in a new issue