mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 22:25:55 +00:00
Don't construct a QFont globally (as a class static)
* It causes a crash when Qt is statically linked.
This commit is contained in:
@@ -230,6 +230,8 @@ int main(int argc, char *argv[])
|
||||
config.Save();
|
||||
}
|
||||
PythonContext::GlobalShutdown();
|
||||
|
||||
Formatter::shutdown();
|
||||
}
|
||||
|
||||
delete[] argv_mod;
|
||||
|
||||
Reference in New Issue
Block a user