1
0
Fork 0
mirror of https://github.com/gwm17/Daqromancy.git synced 2024-11-22 10:58:49 -05:00

Really fix digitizer panel

This commit is contained in:
Gordon McCann 2022-10-07 10:13:43 -04:00
parent ffb37d104b
commit 3c145a6ef7

View File

@ -296,7 +296,7 @@ namespace Daqromancy {
changed = true;
}
ImGui::TableNextColumn();
if (ImGui::InputInt(fmt::format("##flatTopDelay_{0}", i).c_str(), &channel.decayTimeConst, 0, 0))
if (ImGui::InputInt(fmt::format("##flatTopDelay_{0}", i).c_str(), &channel.flatTopDelay, 0, 0))
{
changed = true;
}