From 4100d1e075e7ad99ce941e35219ca0ae75b62644 Mon Sep 17 00:00:00 2001 From: Giacomo Strangolino <giacomo.strangolino@elettra.eu> Date: Mon, 14 Mar 2022 14:17:03 +0100 Subject: [PATCH] FixXXXX call FixX(1) before --- src/channel.cpp | 1 - src/channel.ui | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/channel.cpp b/src/channel.cpp index 22b200a..03883f1 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -23,7 +23,6 @@ void Channel::onPbFixClicked() { QuWriter *w = new QuWriter(this, cu_pool, m_ctrl_fpool); w->setAutoDestroy(true); w->setTarget(t); - printf("Channel::onPbFixClicked %s executing target %s\n", qstoc(sender()->objectName()), qstoc(t)); w->execute(); } } diff --git a/src/channel.ui b/src/channel.ui index ff16e45..472139f 100644 --- a/src/channel.ui +++ b/src/channel.ui @@ -193,6 +193,9 @@ <property name="point" stdset="0"> <string>$1/VTarget%1(7000)</string> </property> + <property name="fixedsrc" stdset="0"> + <string>$1Fixed%1(1)</string> + </property> </widget> </item> <item row="4" column="1"> -- GitLab