mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Suppression d'une ligne de debug desormais inutile.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@842 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -391,7 +391,6 @@ void ElementScene::keyPressEvent(QKeyEvent *e) {
|
||||
case Qt::Key_Down: movement = QPointF(0.0, +movement_length); break;
|
||||
}
|
||||
if (!movement.isNull() && !focusItem()) {
|
||||
qDebug() << "keyPressEvent: let's move by " << movement;
|
||||
if (!moving_parts_) {
|
||||
moving_parts_ = true;
|
||||
fsi_pos = movement;
|
||||
|
||||
Reference in New Issue
Block a user