log_frame: Minor fix for stack mode

This commit is contained in:
Eladash 2022-07-19 09:13:23 +03:00 committed by Ivan
parent d106934336
commit 5e11b2b056
1 changed files with 0 additions and 1 deletions

View File

@ -637,7 +637,6 @@ void log_frame::UpdateUI()
m_log_text += font_end_tag; m_log_text += font_end_tag;
m_log->appendHtml(m_log_text); m_log->appendHtml(m_log_text);
m_log_counter = 0;
} }
else else
{ {