mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
forget second splitter completely
This commit is contained in:
parent
1628739c65
commit
720fe217dd
1 changed files with 0 additions and 2 deletions
|
@ -212,7 +212,6 @@ class EditDeck(QMainWindow):
|
|||
self.updateFilterLabel()
|
||||
restoreGeom(self, "editor")
|
||||
restoreSplitter(self.dialog.splitter, "editor")
|
||||
restoreSplitter(self.dialog.splitter2, "editor2")
|
||||
self.show()
|
||||
self.updateSearch()
|
||||
|
||||
|
@ -398,7 +397,6 @@ class EditDeck(QMainWindow):
|
|||
|
||||
def onClose(self):
|
||||
saveSplitter(self.dialog.splitter, "editor")
|
||||
saveSplitter(self.dialog.splitter2, "editor2")
|
||||
self.editor.saveFieldsNow()
|
||||
if not self.factValid:
|
||||
ui.utils.showInfo(_(
|
||||
|
|
Loading…
Reference in a new issue