2
0
forked from Ivasoft/DSView

fix: decoder dialog scroll bar

This commit is contained in:
dreamsourcelabTAI
2022-06-14 11:14:09 +08:00
parent 3ae7650602
commit 83ad020bda
7 changed files with 33 additions and 8 deletions

View File

@@ -39,9 +39,8 @@ namespace pv {
namespace prop {
namespace binding {
DecoderOptions::DecoderOptions(
pv::data::DecoderStack* decoder_stack,
data::decode::Decoder *decoder) :
DecoderOptions::DecoderOptions(pv::data::DecoderStack* decoder_stack, data::decode::Decoder *decoder) :
Binding(),
_decoder_stack(decoder_stack),
_decoder(decoder)
{