Avoid deadlock by shifting GUI update to idle thread (#4224)
This commit is contained in:
@@ -301,6 +301,9 @@ public:
|
||||
void editModeSwitchedOff ();
|
||||
|
||||
void setEditProvider (EditDataProvider *provider);
|
||||
|
||||
private:
|
||||
IdleRegister idle_register;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user