summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-object.cpp')
-rw-r--r--src/sp-object.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp
index 72a93ec3b..9294a2e9f 100644
--- a/src/sp-object.cpp
+++ b/src/sp-object.cpp
@@ -1198,6 +1198,9 @@ SPObject::requestDisplayUpdate(unsigned int flags)
}
}
+/**
+ * Update views
+ */
void
SPObject::updateDisplay(SPCtx *ctx, unsigned int flags)
{
@@ -1268,7 +1271,10 @@ SPObject::requestModified(unsigned int flags)
}
/**
- * This is what actually delivers the modified signals
+ * Emits the MODIFIED signal with the object's flags.
+ * The object's mflags are the original set aside during the update pass for
+ * later delivery here. Once emitModified() is called, those flags don't
+ * need to be stored any longer.
*/
void
SPObject::emitModified(unsigned int flags)