cabana: fix video_splitter created twice (#27101)

old-commit-hash: 1d5d57a384
beeps
Dean Lee 2 years ago committed by GitHub
parent fbf2e53198
commit 37badb184e
  1. 2
      tools/cabana/mainwin.cc

@ -121,8 +121,6 @@ void MainWindow::createDockWindows() {
charts_layout->setContentsMargins(0, 0, 0, 0); charts_layout->setContentsMargins(0, 0, 0, 0);
charts_layout->addWidget(charts_widget); charts_layout->addWidget(charts_widget);
video_splitter = new QSplitter(Qt::Vertical,this);
// splitter between video and charts // splitter between video and charts
video_splitter = new QSplitter(Qt::Vertical, this); video_splitter = new QSplitter(Qt::Vertical, this);
video_widget = new VideoWidget(this); video_widget = new VideoWidget(this);

Loading…
Cancel
Save