From 6f0a748f29198fc1571950cd29dbcf40bcaa7feb Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sun, 7 May 2017 13:47:31 -0600 Subject: [PATCH] Fixes: field "Source of conflict" in World is not active This problem is one of several mentioned in issue #25. --- manuskript/mainWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuskript/mainWindow.py b/manuskript/mainWindow.py index 9240974e..2499ae79 100644 --- a/manuskript/mainWindow.py +++ b/manuskript/mainWindow.py @@ -285,8 +285,8 @@ class MainWindow(QMainWindow, Ui_MainWindow): self.txtWorldName.setCurrentModelIndex(index) self.txtWorldDescription.setCurrentModelIndex(index) self.txtWorldPassion.setCurrentModelIndex(index) - # self.txtWorldConflict.setCurrentModelIndex(index) - # + self.txtWorldConflict.setCurrentModelIndex(index) + # ############################################################################### # # LOAD AND SAVE # ###############################################################################