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:
parent
ffb37d104b
commit
3c145a6ef7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user