diff --git a/elements/automatisme/process/west/west_8010.elmt b/elements/automatisme/process/west/west_8010.elmt index 7aa96aaed..557f12285 100644 --- a/elements/automatisme/process/west/west_8010.elmt +++ b/elements/automatisme/process/west/west_8010.elmt @@ -1,4 +1,4 @@ - + West Indicateur 8010+ West Indicator 8010 + @@ -10,173 +10,121 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/conductorpropertieswidget.cpp b/sources/conductorpropertieswidget.cpp index 5ac44317b..8e51f37b0 100644 --- a/sources/conductorpropertieswidget.cpp +++ b/sources/conductorpropertieswidget.cpp @@ -184,7 +184,7 @@ void ConductorPropertiesWidget::buildConnections() { connect(color_button, SIGNAL(clicked()), this, SLOT(chooseColor())); connect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); connect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); - connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); + connect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); } /** @@ -231,7 +231,7 @@ void ConductorPropertiesWidget::destroyConnections() { disconnect(line_style, SIGNAL(currentIndexChanged(int)), this, SLOT(updateConfig())); disconnect(verti_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); disconnect(horiz_select, SIGNAL(editingFinished(double)), this, SLOT(updateConfig())); - disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); + disconnect(text_size_sb, SIGNAL(valueChanged(int)), this, SLOT(updateConfig())); } /// Destructeur