fixed a reacurring error that was in 19873
svn: r19896
This commit is contained in:
parent
d3c412512b
commit
3a82d58838
@ -1614,7 +1614,7 @@ links (like ODF) and write PDF from that format.
|
||||
paragraph_style.set_alignment(PARA_ALIGN_CENTER)
|
||||
|
||||
new_text = GtkDocText(paragraph_style, 'center',
|
||||
self.__markup([text]), x, y, angle)
|
||||
self.__markup(text), x, y, angle)
|
||||
self._active_element.add_child(new_text)
|
||||
|
||||
# paginating and drawing interface
|
||||
|
Loading…
Reference in New Issue
Block a user