← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~googol-hush/openlp/custom into lp:openlp

 

Andreas Preikschat has proposed merging lp:~googol-hush/openlp/custom into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~googol-hush/openlp/custom/+merge/64030

Hello,

- give title edit focus when creating a new customs
-- 
https://code.launchpad.net/~googol-hush/openlp/custom/+merge/64030
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/custom into lp:openlp.
=== modified file 'openlp/plugins/custom/forms/editcustomform.py'
--- openlp/plugins/custom/forms/editcustomform.py	2011-05-31 13:04:41 +0000
+++ openlp/plugins/custom/forms/editcustomform.py	2011-06-09 15:17:27 +0000
@@ -93,6 +93,7 @@
             self.titleEdit.setText(u'')
             self.creditEdit.setText(u'')
             self.themeComboBox.setCurrentIndex(0)
+            self.titleEdit.setFocus(QtCore.Qt.OtherFocusReason)
         else:
             self.customSlide = self.manager.get_object(CustomSlide, id)
             self.titleEdit.setText(self.customSlide.title)


Follow ups