Fixes: field "Source of conflict" in World is not active

This problem is one of several mentioned in issue #25.
This commit is contained in:
Curtis Gedak 2017-05-07 13:47:31 -06:00
parent e5a189eeda
commit 6f0a748f29

View file

@ -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
# ###############################################################################