mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
...
This commit is contained in:
parent
ebd0c3ec8a
commit
abef0a1e25
@ -386,7 +386,7 @@ class hookselect(closeashidewindow):
|
|||||||
if hook not in self.save:
|
if hook not in self.save:
|
||||||
return
|
return
|
||||||
row = self.save.index(hook)
|
row = self.save.index(hook)
|
||||||
output = output[:200].replace("\n", "")
|
output = output[:200].replace("\n", " ")
|
||||||
colidx = 2 + (gobject.baseobject.textsource.allow_set_text_name)
|
colidx = 2 + (gobject.baseobject.textsource.allow_set_text_name)
|
||||||
self.ttCombomodelmodel.item(row, colidx).setText(output)
|
self.ttCombomodelmodel.item(row, colidx).setText(output)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user