Avoid deadlock by shifting GUI update to idle thread (#4224)

This commit is contained in:
Flössie
2018-01-26 16:46:22 +01:00
parent 78045374ad
commit 98efaa5f1b
2 changed files with 52 additions and 19 deletions

View File

@@ -301,6 +301,9 @@ public:
void editModeSwitchedOff ();
void setEditProvider (EditDataProvider *provider);
private:
IdleRegister idle_register;
};
#endif