mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Fix crash on logger; make log window modalless (#2659)
This commit is contained in:
parent
9dd3a04a08
commit
ce77d51a8f
6 changed files with 39 additions and 18 deletions
|
|
@ -33,3 +33,8 @@ void DlgViewLog::logEntryAdded(QString message)
|
|||
{
|
||||
logArea->appendPlainText(message);
|
||||
}
|
||||
|
||||
void DlgViewLog::closeEvent(QCloseEvent * /* event */)
|
||||
{
|
||||
logArea->clear();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue