Gui: minor adjustment on command status update

This commit is contained in:
Zheng, Lei
2019-09-04 16:58:03 +08:00
committed by wmayer
parent b69a31c5b5
commit f55b4ca7f7
4 changed files with 10 additions and 2 deletions

View File

@@ -772,6 +772,8 @@ void Document::slotChangedObject(const App::DocumentObject& Obj, const App::Prop
FC_LOG(Prop.getFullName() << " modified");
setModified(true);
}
getMainWindow()->updateActions(true);
}
void Document::slotRelabelObject(const App::DocumentObject& Obj)