cabana: fix video_splitter created twice (#27101)

pull/27033/head
Dean Lee 2 years ago committed by GitHub
parent 4d231a9d96
commit 1d5d57a384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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