Wire: Remove commented hide line for groupSet comboBox

This commit is contained in:
saurabh 2026-02-04 15:17:58 +05:30
parent e65ae170f5
commit 7acaccb581

View File

@ -79,7 +79,6 @@ WireDialog::WireDialog(QWidget *parent)
connect(ui.comboBox_groupSet, SIGNAL(currentIndexChanged(int)), this, SLOT(selectGroupSet(int)));
connect(ui.comboBox_filterTime, SIGNAL(currentIndexChanged(int)), this, SLOT(selectFilterTime(int)));
// ui.comboBox_groupSet->hide(); // <--- Re-enabled for testing as requested
connect( ui.toolButton_back, SIGNAL(clicked()), this, SLOT(back()));
connect( ui.toolButton_forward, SIGNAL(clicked()), this, SLOT(forward()));