mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 09:40:52 +01:00
Les pivotements d'elements sont desormais annulables
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@139 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -65,7 +65,6 @@ Conducer::Conducer(Terminal *p1, Terminal* p2, Element *parent, QGraphicsScene *
|
||||
mais s'en detache
|
||||
*/
|
||||
Conducer::~Conducer() {
|
||||
// qDebug() << "~Conducer()" << (void *)this;
|
||||
// se detache des bornes
|
||||
if (!isDestroyed()) destroy();
|
||||
|
||||
@@ -939,7 +938,7 @@ void Conducer::calculateTextItemPosition() {
|
||||
dans priv_modifieConducer.
|
||||
*/
|
||||
void Conducer::saveProfile() {
|
||||
conducer_profile = ConducerProfile(this);
|
||||
conducer_profile.fromConducer(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user