mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
log_frame: Minor fix for stack mode
This commit is contained in:
parent
d106934336
commit
5e11b2b056
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue