Skip to content
Snippets Groups Projects
Commit 4100d1e0 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

FixXXXX call FixX(1) before

parent ca55dfd5
No related branches found
Tags 1.1.4
No related merge requests found
...@@ -23,7 +23,6 @@ void Channel::onPbFixClicked() { ...@@ -23,7 +23,6 @@ void Channel::onPbFixClicked() {
QuWriter *w = new QuWriter(this, cu_pool, m_ctrl_fpool); QuWriter *w = new QuWriter(this, cu_pool, m_ctrl_fpool);
w->setAutoDestroy(true); w->setAutoDestroy(true);
w->setTarget(t); w->setTarget(t);
printf("Channel::onPbFixClicked %s executing target %s\n", qstoc(sender()->objectName()), qstoc(t));
w->execute(); w->execute();
} }
} }
...@@ -193,6 +193,9 @@ ...@@ -193,6 +193,9 @@
<property name="point" stdset="0"> <property name="point" stdset="0">
<string>$1/VTarget%1(7000)</string> <string>$1/VTarget%1(7000)</string>
</property> </property>
<property name="fixedsrc" stdset="0">
<string>$1Fixed%1(1)</string>
</property>
</widget> </widget>
</item> </item>
<item row="4" column="1"> <item row="4" column="1">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment