2
0
forked from Ivasoft/DSView

fix: DSView get an incorrect acquisition duration by hot key 'S'

This commit is contained in:
dreamsourcelabTAI
2023-02-24 14:28:14 +08:00
parent bfe2b71b54
commit 7c652aec56
3 changed files with 17 additions and 8 deletions

View File

@@ -1224,5 +1224,16 @@ namespace pv
_mode_button.setIcon(QIcon(iconPath + "/modes.svg"));
}
void SamplingBar::run_or_stop()
{
on_run_stop();
}
void SamplingBar::run_or_stop_instant()
{
on_instant_stop();
}
} // namespace toolbars
} // namespace pv