forked from Ivasoft/DSView
fix: DSView get an incorrect acquisition duration by hot key 'S'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user