summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-07-24 16:49:11 +0000
committerjabiertxof <info@marker.es>2016-07-24 16:49:11 +0000
commita5d6c9a27683820be3d84eea73c2d6f161ce0e8e (patch)
treeb9ba6c20747c4d6d7b4479d229b9daf8eea5c5bd /src/selection.cpp
parentThis for you CR ยท Measure line, show the distance on rect lines CAD like wit... (diff)
downloadinkscape-a5d6c9a27683820be3d84eea73c2d6f161ce0e8e.tar.gz
inkscape-a5d6c9a27683820be3d84eea73c2d6f161ce0e8e.zip
Add Text tag and update widgets code
(bzr r15017.1.2)
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 6fc426be7..91d6d2634 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -282,6 +282,11 @@ void Selection::clear() {
_emitChanged();
}
+void Selection::emitModified()
+{
+ _emitChanged();
+}
+
std::vector<SPObject*> const &Selection::list() {
if(!_objs_vector.empty())
return _objs_vector;