mirror of
https://github.com/Noettore/fattureCCSR.git
synced 2025-10-14 19:26:39 +02:00
Missing newline
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
@@ -93,7 +93,7 @@ def download_invoices(parent):
|
||||
invoice["good"] = False
|
||||
|
||||
parent.log_dialog.log_text.SetDefaultStyle(wx.TextAttr(wx.BLACK, font=wx.Font(wx.FontInfo(8).Bold())))
|
||||
parent.log_dialog.log_text.AppendText("Download terminato.")
|
||||
parent.log_dialog.log_text.AppendText("Download terminato.\n")
|
||||
parent.log_dialog.log_text.SetDefaultStyle(wx.TextAttr())
|
||||
wx.Yield()
|
||||
|
||||
|
Reference in New Issue
Block a user