mirror of https://github.com/odrling/Aegisub
Set thread priorty between Create() and Run()
Originally committed to SVN as r6419.
This commit is contained in:
parent
fbe00eabe8
commit
499a9b2869
|
@ -130,8 +130,8 @@ public:
|
|||
using std::swap;
|
||||
swap(cont, source);
|
||||
|
||||
SetPriority(WXTHREAD_MIN_PRIORITY);
|
||||
Create();
|
||||
SetPriority(WXTHREAD_MIN_PRIORITY);
|
||||
Run();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue