Skip to content

Commit

Permalink
Merge pull request #385 from PetrZidek/make-the-channel-filter-is-ena…
Browse files Browse the repository at this point in the history
…bled-checkbox-checked-whenever-the-channels-filter-dialog-window

Enable filter settings group box by default
  • Loading branch information
fvacek authored Dec 1, 2023
2 parents 67c8e93 + 49ac430 commit 67d1aee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libshvvisu/src/timeline/channelfilterdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ ChannelFilterDialog::ChannelFilterDialog(QWidget *parent, const QString &site_pa
m_exportViewAction = view_menu->addAction(tr("Export"), this, &ChannelFilterDialog::exportDataView);
m_importViewAction = view_menu->addAction(tr("Import"), this, &ChannelFilterDialog::importDataView);
ui->pbActions->setMenu(view_menu);
ui->gbFilterSettings->setChecked(false);
ui->gbFilterSettings->setChecked(true);

m_channelsFilterModel->createNodes(graph->channelPaths());

ui->gbFilterSettings->setChecked(m_graph->isChannelFilterValid());

loadChannelFilterFomGraph();
reloadDataViewsCombobox();

Expand Down

0 comments on commit 67d1aee

Please sign in to comment.