mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
Update LogDialog.cpp
This commit is contained in:
@@ -21,6 +21,7 @@ LogDialog::LogDialog(QWidget *parent) : QDialog(parent)
|
||||
this->setWindowIcon(QIcon(":Resource/RMG.png"));
|
||||
this->setWindowFlags(this->windowFlags() | Qt::WindowMinimizeButtonHint);
|
||||
|
||||
#if 0
|
||||
try
|
||||
{ // for some reason on Windows 10 for some users,
|
||||
// ->setFont() will crash in DwriteCreateFactory,
|
||||
@@ -34,6 +35,7 @@ LogDialog::LogDialog(QWidget *parent) : QDialog(parent)
|
||||
catch (...)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
LogDialog::~LogDialog(void)
|
||||
|
||||
Reference in New Issue
Block a user