merge master

This commit is contained in:
AgCaliva
2023-08-08 23:29:40 -03:00
1302 changed files with 110431 additions and 139883 deletions

View File

@@ -233,7 +233,9 @@ void ViewProvider::eventCallback(void * ud, SoEventCallback * node)
auto func = new Gui::TimerFunction();
func->setAutoDelete(true);
func->setFunction(std::bind(&Document::resetEdit, doc));
func->setFunction([doc]() {
doc->resetEdit();
});
func->singleShot(0);
}
}