Correction d'un bug lors du deplacement d'un element en maintenant Ctrl enfonce.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@305 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavierqet
2008-03-01 17:39:44 +00:00
parent 943a9d348a
commit 91e3f9e2da
3 changed files with 14 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ Conductor::Conductor(Terminal *p1, Terminal* p2, Element *parent, QGraphicsScene
terminal2(p2),
destroyed(false),
segments(NULL),
moving_point(false),
moving_segment(false),
previous_z_value(zValue()),
modified_path(false),
has_to_save_profile(false)