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;
|
using std::swap;
|
||||||
swap(cont, source);
|
swap(cont, source);
|
||||||
|
|
||||||
SetPriority(WXTHREAD_MIN_PRIORITY);
|
|
||||||
Create();
|
Create();
|
||||||
|
SetPriority(WXTHREAD_MIN_PRIORITY);
|
||||||
Run();
|
Run();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue