diff --git a/qrenderdoc/Windows/TextureViewer.cpp b/qrenderdoc/Windows/TextureViewer.cpp index 03a2c5522..cb0fb2b86 100644 --- a/qrenderdoc/Windows/TextureViewer.cpp +++ b/qrenderdoc/Windows/TextureViewer.cpp @@ -517,6 +517,7 @@ TextureViewer::TextureViewer(ICaptureContext &ctx, QWidget *parent) &TextureViewer::channelsWidget_selected); QObject::connect(ui->hdrMul, OverloadedSlot::of(&QComboBox::currentIndexChanged), this, &TextureViewer::channelsWidget_selected); + QObject::connect(ui->hdrMul, &QComboBox::currentTextChanged, [this] { UI_UpdateChannels(); }); QObject::connect(ui->customShader, OverloadedSlot::of(&QComboBox::currentIndexChanged), this, &TextureViewer::channelsWidget_selected); QObject::connect(ui->customShader, &QComboBox::currentTextChanged, [this] { UI_UpdateChannels(); });