mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
enable EXPORT_in_THREAD to prevent gui calls in non gui-threads
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35741 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f54200b078
commit
fc8d5ee0b6
@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
// sync with GuiView.cpp
|
||||
#define EXPORT_in_THREAD 0
|
||||
#define EXPORT_in_THREAD 1
|
||||
|
||||
|
||||
using namespace std;
|
||||
|
@ -51,4 +51,4 @@ void IntoGuiThreadMover::doFunctionCall()
|
||||
} // namespace frontend
|
||||
} // namespace lyx
|
||||
|
||||
|
||||
#include "moc_InGuiThread.cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user