forked from eden-emu/eden
Compare commits
2 commits
master
...
fix/window
Author | SHA1 | Date | |
---|---|---|---|
fe155d6142 | |||
37a48fa5f8 |
1 changed files with 4 additions and 0 deletions
|
@ -5676,6 +5676,10 @@ int main(int argc, char* argv[]) {
|
|||
// Enables the core to make the qt created contexts current on std::threads
|
||||
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
|
||||
|
||||
#ifdef _WIN32
|
||||
QApplication::setStyle(QStringLiteral("Vista"));
|
||||
#endif
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue