openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00018
[Branch ~openshot.code/openshot/main] Rev 513: Applied a patch from Emil to fix bug #675570, Cannot edit title with solid background.
------------------------------------------------------------
revno: 513
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Thu 2011-08-25 20:10:45 +0100
message:
Applied a patch from Emil to fix bug #675570, Cannot edit title with solid background.
modified:
openshot/windows/Titles.py
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== modified file 'openshot/windows/Titles.py'
--- openshot/windows/Titles.py 2011-08-18 22:08:34 +0000
+++ openshot/windows/Titles.py 2011-08-25 19:10:45 +0000
@@ -117,13 +117,12 @@
self.btnBackgroundColor.set_sensitive(True)
self.btnAdvanced.set_sensitive(True)
self.writeToFile(self.xmldoc)
+ #preview the file
+ self.set_img_pixbuf(self.filename)
+
#show the text editor
- #if self.noTitles == False:
- # self.on_btnEditText_clicked(widget)
- #preview the file
- self.set_img_pixbuf(self.filename)
-
- self.on_btnEditText_clicked(None)
+ if self.noTitles == False:
+ self.on_btnEditText_clicked(None)
#turn off the create button once we have created the new file
self.btnCreate.set_sensitive(False)