X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fsignal.cpp;h=c4a83b9a3cee6719c4afe5f65c406b572edb47c3;hb=f23c8d8cbc4e72b45e3a719b2cf974ce35d054e9;hp=38e11248793258641a6ef3557c247bb8406f3b09;hpb=e214fd389b9819eac0379cfb78e0f446e267b839;p=r2c2.git diff --git a/source/libr2c2/signal.cpp b/source/libr2c2/signal.cpp index 38e1124..c4a83b9 100644 --- a/source/libr2c2/signal.cpp +++ b/source/libr2c2/signal.cpp @@ -55,6 +55,7 @@ void Signal::set_position(const Vector &p) position = p; update_location(); + signal_moved.emit(); } void Signal::update_location() @@ -103,6 +104,7 @@ void Signal::set_rotation(const Angle &r) rotation = r; update_location(); + signal_moved.emit(); } unsigned Signal::get_n_snap_nodes() const